]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
feature: implement ewmh desktop viewport property
[i3/i3] / include / ewmh.h
index 38d612da8cd44d8689aecde5d8e5ef1cf5483894..99ff655e4c81bc4770b8d145c0a3d59aa8bdda26 100644 (file)
@@ -24,6 +24,12 @@ void ewmh_update_current_desktop(void);
  */
 void ewmh_update_number_of_desktops(void);
 
+/**
+ * Updates _NET_DESKTOP_VIEWPORT, which is an array of pairs of cardinals that
+ * define the top left corner of each desktop's viewport.
+ */
+void ewmh_update_desktop_viewport(void);
+
 /**
  * Updates _NET_ACTIVE_WINDOW with the currently focused window.
  *