]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
Merge branch 'next'
[i3/i3] / include / ewmh.h
index 9ed8527502cd5373046bbbea632698e28bdea83d..c73c4a45cb36addaa7afeb8832b48e9ad5c03715 100644 (file)
@@ -29,4 +29,14 @@ void ewmh_update_current_desktop();
  */
 void ewmh_update_active_window(xcb_window_t window);
 
+/**
+ * Updates the workarea for each desktop.
+ *
+ * EWMH: Contains a geometry for each desktop. These geometries specify an area
+ * that is completely contained within the viewport. Work area SHOULD be used by
+ * desktop applications to place desktop icons appropriately.
+ *
+ */
+void ewmh_update_workarea();
+
 #endif