mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
ResizebarBack option
This commit is contained in:
@@ -484,8 +484,8 @@ createInternalWindows(WScreen *scr)
|
||||
attribs.override_redirect = True;
|
||||
attribs.cursor = wCursor[WCUR_DEFAULT];
|
||||
attribs.background_pixmap = None;
|
||||
if (scr->resizebar_texture[0])
|
||||
attribs.background_pixel = scr->resizebar_texture[0]->normal.pixel;
|
||||
if (scr->widget_texture)
|
||||
attribs.background_pixel = scr->widget_texture->normal.pixel;
|
||||
else
|
||||
attribs.background_pixel = scr->light_pixel;
|
||||
vmask |= CWColormap;
|
||||
|
||||
Reference in New Issue
Block a user