mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 12:05:48 +00:00
highlight: pango compatibility
This commit is contained in:
parent
ba88f1a3e8
commit
79b9ae42d8
@ -26,6 +26,9 @@ drawhighlights(struct item *item, int x, int y, int maxw)
|
|||||||
y,
|
y,
|
||||||
MIN(maxw - indentx, TEXTW(highlight) - lrpad),
|
MIN(maxw - indentx, TEXTW(highlight) - lrpad),
|
||||||
bh, 0, highlight, 0
|
bh, 0, highlight, 0
|
||||||
|
#if PANGO_PATCH
|
||||||
|
, True
|
||||||
|
#endif // PANGO_PATCH
|
||||||
);
|
);
|
||||||
highlight[strlen(token)] = restorechar;
|
highlight[strlen(token)] = restorechar;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user