]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
add support for _NET_WM_SYNC_REQUEST
[chaz/openbox] / openbox / prop.h
index 1d3445f822049a6cb540edd41f6f3e7f273e835c..09ca25ce65f198e8b5fbea4068fca1c81b3973e7 100644 (file)
@@ -99,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;
This page took 0.020842 seconds and 4 git commands to generate.