summaryrefslogtreecommitdiff
path: root/openbox/moveresize.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/moveresize.h
parentcf3427b2e38c47b9ae39051703ef958b4d7f44e4 (diff)
add support for _NET_WM_SYNC_REQUEST
Diffstat (limited to 'openbox/moveresize.h')
-rw-r--r--openbox/moveresize.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h
index 5a099567..410b5544 100644
--- a/openbox/moveresize.h
+++ b/openbox/moveresize.h
@@ -21,10 +21,17 @@
#include <glib.h>
+#ifdef SYNC
+#include <X11/extensions/sync.h>
+#endif
+
struct _ObClient;
extern gboolean moveresize_in_progress;
extern struct _ObClient *moveresize_client;
+#ifdef SYNC
+extern XSyncAlarm moveresize_alarm;
+#endif
void moveresize_startup(gboolean reconfig);
void moveresize_shutdown(gboolean reconfig);