]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
also add the go there entry to client list menus if the only windows on a desktop...
[chaz/openbox] / openbox / prop.h
index 386b7a8a13185036f6c036a17e68fffd4b2e939a..f4d7f8b63c6933135b1c9397ac48a396e77850ab 100644 (file)
@@ -50,6 +50,7 @@ typedef struct Atoms {
     Atom wm_icon_name;
     Atom wm_class;
     Atom wm_window_role;
+    Atom wm_client_machine;
     Atom motif_wm_hints;
 
     /* SM atoms */
@@ -98,7 +99,11 @@ typedef struct Atoms {
     Atom net_frame_extents;
 
     /* application protocols */
-/*  Atom   Atom net_wm_ping; */
+/*  Atom net_wm_ping; */
+#ifdef SYNC
+    Atom net_wm_sync_request;
+    Atom net_wm_sync_request_counter;
+#endif
 
     Atom net_wm_window_type_desktop;
     Atom net_wm_window_type_dock;
@@ -126,7 +131,6 @@ typedef struct Atoms {
     Atom net_wm_action_resize;
     Atom net_wm_action_minimize;
     Atom net_wm_action_shade;
-    Atom net_wm_action_stick;
     Atom net_wm_action_maximize_horz;
     Atom net_wm_action_maximize_vert;
     Atom net_wm_action_fullscreen;
This page took 0.024774 seconds and 4 git commands to generate.