]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.c
pass an input context to the interactive input function
[chaz/openbox] / openbox / actions.c
index 35d5cc25f095c23f2acd78806ee00d7d63a31544..2c60ba4096313ac8a7ec2388226c820f87a95b33 100644 (file)
@@ -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
This page took 0.024298 seconds and 4 git commands to generate.