1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Remove old XIM/XIC from textbox structure.

This commit is contained in:
Dave Davenport 2015-11-20 08:21:34 +01:00
parent ca5ea414c8
commit 922aa5f946

View file

@ -18,8 +18,6 @@ typedef struct
short cursor;
Color color_fg, color_bg;
char *text;
XIM xim;
XIC xic;
PangoLayout *layout;
int tbft;
int markup;