]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/desktop.c
pass an input context to the interactive input function
[chaz/openbox] / openbox / actions / desktop.c
index 59aae832d4c2cad27c561f60540770f021b02422..a2d4be29fe03112d3973bae9d30159095e7b1eed 100644 (file)
@@ -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)
 {
This page took 0.022893 seconds and 4 git commands to generate.