mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
fixed cycling
This commit is contained in:
@@ -1076,7 +1076,7 @@ wFrameWindowPaint(WFrameWindow *fwin)
|
||||
break;
|
||||
}
|
||||
|
||||
y = *fwin->title_clearance + TITLEBAR_EXTEND_SPACE - 1;
|
||||
y = *fwin->title_clearance + TITLEBAR_EXTEND_SPACE;
|
||||
h = WMFontHeight(*fwin->font);
|
||||
|
||||
/* We use a w+2 buffer to have an extra pixel on the left and
|
||||
|
||||
Reference in New Issue
Block a user