mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- Fixed all // comments
- Final cleanups
This commit is contained in:
@@ -338,10 +338,10 @@ paintClipButtons(WAppIcon *clipIcon, Bool lpushed, Bool rpushed)
|
||||
Bool collapsed = clipIcon->dock->collapsed;
|
||||
#endif
|
||||
|
||||
//if (!clipIcon->dock->collapsed)
|
||||
// color = scr->clip_title_color[CLIP_NORMAL];
|
||||
//else
|
||||
// color = scr->clip_title_color[CLIP_COLLAPSED];
|
||||
/*if (!clipIcon->dock->collapsed)
|
||||
color = scr->clip_title_color[CLIP_NORMAL];
|
||||
else
|
||||
color = scr->clip_title_color[CLIP_COLLAPSED];*/
|
||||
color = scr->clip_title_color[CLIP_NORMAL];
|
||||
|
||||
XSetForeground(dpy, gc, WMColorPixel(color));
|
||||
|
||||
Reference in New Issue
Block a user