]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
make menu input work with the new obt keyboard stuff.
[chaz/openbox] / openbox / menuframe.c
index b80bac9123e6722acb21d18a5535bb24c080b265..ac033f4b44756a4432741fde0046fbd3561fa0bd 100644 (file)
@@ -155,6 +155,13 @@ void menu_frame_free(ObMenuFrame *self)
     }
 }
 
+ObtIC* menu_frame_ic(ObMenuFrame *self)
+{
+    /* menus are always used through a grab right now, so they can always use
+       the grab input context */
+    return grab_input_context();
+}
+
 static ObMenuEntryFrame* menu_entry_frame_new(ObMenuEntry *entry,
                                               ObMenuFrame *frame)
 {
This page took 0.026821 seconds and 4 git commands to generate.