mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +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
@@ -243,6 +243,8 @@ void removeAppIconFor(WApplication *wapp)
|
||||
if (!wapp->app_icon)
|
||||
return;
|
||||
|
||||
if (wPreferences.highlight_active_app)
|
||||
wIconSetHighlited(wapp->app_icon->icon, False);
|
||||
if (wapp->app_icon->docked && !wapp->app_icon->attracted) {
|
||||
wapp->app_icon->running = 0;
|
||||
/* since we keep it, we don't care if it was attracted or not */
|
||||
|
||||
Reference in New Issue
Block a user