]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Don't raise floating windows when focused because of focus_follows_mouse
[i3/i3] / include / con.h
index b88ea354cd7e0b28e754ed0ac3e97167026d1916..726fec96d145e501898d2793367a3d1572eaa269 100644 (file)
@@ -38,6 +38,12 @@ void con_free(Con *con);
  */
 void con_focus(Con *con);
 
+/**
+ * Sets input focus to the given container and raises it to the top.
+ *
+ */
+void con_activate(Con *con);
+
 /**
  * Closes the given container.
  *