]>
Dogcows Code - chaz/openbox/blob - openbox/keyboard.h
13 extern KeyBindingTree
*keyboard_firstnode
;
15 void keyboard_startup(gboolean reconfig
);
16 void keyboard_shutdown(gboolean reconfig
);
18 gboolean
keyboard_bind(GList
*keylist
, ObAction
*action
);
20 void keyboard_event(struct _ObClient
*client
, const XEvent
*e
);
21 void keyboard_reset_chains();
23 void keyboard_interactive_grab(guint state
, struct _ObClient
*client
,
24 struct _ObAction
*action
);
25 gboolean
keyboard_process_interactive_grab(const XEvent
*e
,
26 struct _ObClient
**client
);
28 void keyboard_grab_for_client(struct _ObClient
*c
, gboolean grab
);
This page took 0.033392 seconds and 4 git commands to generate.