summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-24 06:30:16 +0000
committerDana Jansens <danakj@orodu.net>2007-04-24 06:30:16 +0000
commitad852b6b56e43bdd7dda1389f54051cf92c0fad9 (patch)
tree54f4313d92543b646e240c18b7f901f3b3897084 /openbox/prop.h
parentcf3427b2e38c47b9ae39051703ef958b4d7f44e4 (diff)
add support for _NET_WM_SYNC_REQUEST
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;