mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -436,10 +436,11 @@ paintItem(WMList *lPtr, Drawable d, char *text, int state, WMRect *rect)
|
||||
else
|
||||
XClearArea(scr->display, d, x, y, width, height, False);
|
||||
|
||||
if (text)
|
||||
W_PaintText(view, d, scr->normalFont, x+4, y, width,
|
||||
if (text) {
|
||||
W_PaintText(view, d, scr->normalFont, x+4, y, width,
|
||||
WALeft, W_GC(scr->black), False, text, strlen(text));
|
||||
|
||||
}
|
||||
|
||||
if (state & WLDSIsBranch) {
|
||||
XDrawLine(scr->display, d, W_GC(scr->darkGray), x+width-11, y+3,
|
||||
x+width-6, y+height/2);
|
||||
|
||||
Reference in New Issue
Block a user