]> git.sur5r.net Git - i3/i3/blobdiff - include/ewmh.h
Merge branch 'master' into next
[i3/i3] / include / ewmh.h
index 99ff655e4c81bc4770b8d145c0a3d59aa8bdda26..3b5806285b4f66badec03fd7d2bb513601cb997d 100644 (file)
@@ -24,6 +24,12 @@ void ewmh_update_current_desktop(void);
  */
 void ewmh_update_number_of_desktops(void);
 
+/**
+ * Updates _NET_DESKTOP_NAMES: "The names of all virtual desktops. This is a
+ * list of NULL-terminated strings in UTF-8 encoding"
+ */
+void ewmh_update_desktop_names(void);
+
 /**
  * Updates _NET_DESKTOP_VIEWPORT, which is an array of pairs of cardinals that
  * define the top left corner of each desktop's viewport.