mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
- enabled the use of SHAPE extension in the color panel. without it the
magnifying glass captured image was shifted and unusable - removed some comments left in the code for later reviewal
This commit is contained in:
@@ -3121,7 +3121,7 @@ setIconTitleBack(WScreen *scr, WDefaultEntry *entry, XColor *color, void *foo)
|
||||
if (scr->icon_title_texture) {
|
||||
wTextureDestroy(scr, (WTexture*)scr->icon_title_texture);
|
||||
}
|
||||
// ?? why is this necessary? color was already parsed and alloced
|
||||
// ?? why is this necessary? color was already parsed and alloc'ed
|
||||
XQueryColor (dpy, scr->w_colormap, color);
|
||||
scr->icon_title_texture = wTextureMakeSolid(scr, color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user