prepare stuff for type-to-select
[xmenu] / xmenu.h
diff --git a/xmenu.h b/xmenu.h
index 051bc4a..340ce24 100644 (file)
--- a/xmenu.h
+++ b/xmenu.h
@@ -98,4 +98,5 @@ struct Menu {
        int maxtextw;           /* maximum text width */
        unsigned level;         /* menu level relative to root */
        Window win;             /* menu window to map on the screen */
        int maxtextw;           /* maximum text width */
        unsigned level;         /* menu level relative to root */
        Window win;             /* menu window to map on the screen */
+       XIC xic;                /* input context */
 };
 };