]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.h
gracefully handle grabs failing when doing interactive actions
[chaz/openbox] / openbox / keyboard.h
index be181bd75c590556195ec07d96d1409a3e8570e8..8a9eb47f965202b65eb0fd95116b3f98a660e0e4 100644 (file)
@@ -39,8 +39,8 @@ void keyboard_unbind_all();
 void keyboard_event(struct _ObClient *client, const XEvent *e);
 void keyboard_reset_chains();
 
-void keyboard_interactive_grab(guint state, struct _ObClient *client,
-                               struct _ObAction *action);
+gboolean keyboard_interactive_grab(guint state, struct _ObClient *client,
+                                   struct _ObAction *action);
 gboolean keyboard_process_interactive_grab(const XEvent *e,
                                            struct _ObClient **client);
 
This page took 0.020211 seconds and 4 git commands to generate.