mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
code review
This commit is contained in:
@@ -3210,8 +3210,6 @@ 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 alloc'ed */
|
||||
XQueryColor (dpy, scr->w_colormap, color);
|
||||
scr->icon_title_texture = wTextureMakeSolid(scr, color);
|
||||
|
||||
return REFRESH_ICON_TITLE_BACK;
|
||||
|
||||
Reference in New Issue
Block a user