mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Option to disable clip title
Completely disable clip caption. Original-patch-by: Alexey Voinov <voins@altlinux.ru> Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
This commit is contained in:
committed by
Carlos R. Mafra
parent
8d4819c7ea
commit
790917a8e7
@@ -1181,7 +1181,8 @@ void wClipIconPaint(WAppIcon * aicon)
|
||||
|
||||
tx = CLIP_BUTTON_SIZE * ICON_SIZE / 64;
|
||||
|
||||
WMDrawString(scr->wmscreen, win, color, scr->clip_title_font, tx, ty, ws_name, length);
|
||||
if(wPreferences.show_clip_title)
|
||||
WMDrawString(scr->wmscreen, win, color, scr->clip_title_font, tx, ty, ws_name, length);
|
||||
/*WMDrawString(scr->wmscreen, win, color, scr->clip_title_font, 4,
|
||||
2, ws_name, length); */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user