remove that shti
This commit is contained in:
parent
34bff2d255
commit
087ea0e5cb
2 changed files with 0 additions and 6 deletions
|
@ -155,11 +155,6 @@ gboolean keyboard_bind(GList *keylist, ObAction *action)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean keyboard_interactive_grab_in_progress()
|
|
||||||
{
|
|
||||||
return interactive_states != NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
void keyboard_interactive_grab(guint state, ObClient *client,
|
void keyboard_interactive_grab(guint state, ObClient *client,
|
||||||
ObAction *action)
|
ObAction *action)
|
||||||
{
|
{
|
||||||
|
|
|
@ -43,7 +43,6 @@ void keyboard_interactive_grab(guint state, struct _ObClient *client,
|
||||||
struct _ObAction *action);
|
struct _ObAction *action);
|
||||||
gboolean keyboard_process_interactive_grab(const XEvent *e,
|
gboolean keyboard_process_interactive_grab(const XEvent *e,
|
||||||
struct _ObClient **client);
|
struct _ObClient **client);
|
||||||
gboolean keyboard_interactive_grab_in_progress();
|
|
||||||
|
|
||||||
void keyboard_grab_for_client(struct _ObClient *c, gboolean grab);
|
void keyboard_grab_for_client(struct _ObClient *c, gboolean grab);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue