]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
Implement new 'sticky' command to manually set, remove or toggle the sticky state...
[i3/i3] / include / ewmh.h
index d94b7f3a364d1727416300b4b32e4ad8a64f874d..7ed9b544a7b5321296cbe97d1dc9daa90e974a07 100644 (file)
@@ -68,6 +68,12 @@ void ewmh_update_client_list(xcb_window_t *list, int num_windows);
  */
 void ewmh_update_client_list_stacking(xcb_window_t *stack, int num_windows);
 
+/**
+ * Set or remove _NET_WM_STATE_STICKY on the window.
+ *
+ */
+void ewmh_update_sticky(xcb_window_t window, bool sticky);
+
 /**
  * Set up the EWMH hints on the root window.
  *