mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 08:22:37 +01:00
Made highlighting the AppIcon of the active app configurable at run time
This commit is contained in:
committed by
Carlos R. Mafra
parent
df601267e6
commit
c7e3666e62
@@ -554,7 +554,6 @@ static void cycleColor(void *data)
|
||||
icon->handlerID = WMAddTimerHandler(COLOR_CYCLE_DELAY, cycleColor, icon);
|
||||
}
|
||||
|
||||
#ifdef NEWAPPICON
|
||||
void wIconSetHighlited(WIcon *icon, Bool flag)
|
||||
{
|
||||
if (icon->highlighted == flag)
|
||||
@@ -563,7 +562,6 @@ void wIconSetHighlited(WIcon *icon, Bool flag)
|
||||
icon->highlighted = flag;
|
||||
update_icon_pixmap(icon);
|
||||
}
|
||||
#endif
|
||||
|
||||
void wIconSelect(WIcon * icon)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user