mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
fix
This commit is contained in:
@@ -992,7 +992,7 @@ wFrameWindowPaint(WFrameWindow *fwin)
|
||||
tmp_bg = XCreatePixmap(dpy, fwin->titlebar->window,
|
||||
fwin->titlebar->width, tb,
|
||||
DefaultDepth(dpy, DefaultScreen(dpy)));
|
||||
XFillRectangle(dpy, tmp_bg, (*fwin->title_texture)->solid.normal_gc,
|
||||
XFillRectangle(dpy, tmp_bg, fwin->title_texture[fwin->flags.state]->solid.normal_gc,
|
||||
0, 0, fwin->titlebar->width, tb);
|
||||
wDrawBevel(tmp_bg, fwin->titlebar->width,
|
||||
fwin->titlebar->height,
|
||||
|
||||
Reference in New Issue
Block a user