summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 1d3445f8..09ca25ce 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -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;