summaryrefslogtreecommitdiff
path: root/openbox/grab.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/grab.h')
-rw-r--r--openbox/grab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/grab.h b/openbox/grab.h
index 39489ed2..b4b2161b 100644
--- a/openbox/grab.h
+++ b/openbox/grab.h
@@ -6,8 +6,8 @@
#include <glib.h>
#include <X11/Xlib.h>
-void grab_startup();
-void grab_shutdown();
+void grab_startup(gboolean reconfig);
+void grab_shutdown(gboolean reconfig);
gboolean grab_keyboard(gboolean grab);
gboolean grab_pointer(gboolean grab, ObCursor cur);