]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.h
break focus. or maybe make it better.
[chaz/openbox] / openbox / keyboard.h
index aa171221d49a582d1ba94706436c3792c51d5bc1..cf190d4514b6611dc839470290c1018c9f898c31 100644 (file)
@@ -12,8 +12,8 @@ struct _ObAction;
 
 extern KeyBindingTree *keyboard_firstnode;
 
-void keyboard_startup();
-void keyboard_shutdown();
+void keyboard_startup(gboolean reconfig);
+void keyboard_shutdown(gboolean reconfig);
 
 gboolean keyboard_bind(GList *keylist, ObAction *action);
 
@@ -21,11 +21,9 @@ void keyboard_event(struct _ObClient *client, const XEvent *e);
 void keyboard_reset_chains();
 
 void keyboard_interactive_grab(guint state, struct _ObClient *client,
-                               ObFrameContext context,
                                struct _ObAction *action);
 gboolean keyboard_process_interactive_grab(const XEvent *e,
-                                           struct _ObClient **client,
-                                           ObFrameContext *context);
+                                           struct _ObClient **client);
 
 void keyboard_grab_for_client(struct _ObClient *c, gboolean grab);
 
This page took 0.023001 seconds and 4 git commands to generate.