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/desktop.c | |
| parent | 08269cefbce2fe600269c989f9a6a22a98641ba1 (diff) | |
pass an input context to the interactive input function
Diffstat (limited to 'openbox/actions/desktop.c')
| -rw-r--r-- | openbox/actions/desktop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/desktop.c b/openbox/actions/desktop.c index 59aae832..a2d4be29 100644 --- a/openbox/actions/desktop.c +++ b/openbox/actions/desktop.c @@ -43,6 +43,7 @@ static gboolean run_func(ObActionsData *data, gpointer options); static gboolean i_pre_func(guint state, gpointer options); static gboolean i_input_func(guint initial_state, XEvent *e, + ObtIC *ic, gpointer options, gboolean *used); static void i_post_func(gpointer options); @@ -297,6 +298,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) static gboolean i_input_func(guint initial_state, XEvent *e, + ObtIC *ic, gpointer options, gboolean *used) { |
