mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Remove old XIM/XIC from textbox structure.
This commit is contained in:
parent
ca5ea414c8
commit
922aa5f946
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ typedef struct
|
||||||
short cursor;
|
short cursor;
|
||||||
Color color_fg, color_bg;
|
Color color_fg, color_bg;
|
||||||
char *text;
|
char *text;
|
||||||
XIM xim;
|
|
||||||
XIC xic;
|
|
||||||
PangoLayout *layout;
|
PangoLayout *layout;
|
||||||
int tbft;
|
int tbft;
|
||||||
int markup;
|
int markup;
|
||||||
|
|
Loading…
Add table
Reference in a new issue