diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-11 14:39:09 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-11 14:39:09 -0500 |
| commit | 5b6f3c6f7a0e4f1efe3c90865226f02ffa03ca9e (patch) | |
| tree | 7d3915b4cbb7fc0059a597893e0bb31a097540dc /openbox/actions.c | |
| parent | 08269cefbce2fe600269c989f9a6a22a98641ba1 (diff) | |
pass an input context to the interactive input function
Diffstat (limited to 'openbox/actions.c')
| -rw-r--r-- | openbox/actions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions.c b/openbox/actions.c index 35d5cc25..2c60ba40 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -397,6 +397,7 @@ gboolean actions_interactive_input_event(XEvent *e) gboolean used = FALSE; if (interactive_act) { if (!interactive_act->i_input(interactive_initial_state, e, + grab_input_context(), interactive_act->options, &used)) { used = TRUE; /* if it cancelled the action then it has to of |
