]> git.sur5r.net Git - i3/i3/blobdiff - include/client.h
Merge branch 'next'
[i3/i3] / include / client.h
index 8f97eb445d323d8a7d3217ea9ebaf91ff26b9ebf..45b8f4a7ef2d6525ca1cc6a0618955c2b470aef4 100644 (file)
@@ -59,6 +59,12 @@ void client_enter_fullscreen(xcb_connection_t *conn, Client *client, bool global
  */
 void client_leave_fullscreen(xcb_connection_t *conn, Client *client);
 
+/**
+ * Leaves fullscreen mode for the current client. This is called by toggle_fullscreen.
+ *
+ */
+void client_leave_fullscreen(xcb_connection_t *conn, Client *client);
+
 /**
  * Toggles fullscreen mode for the given client. It updates the data
  * structures and reconfigures (= resizes/moves) the client and its frame to