1
0
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:
BALATON Zoltan
2012-11-16 21:53:57 +01:00
committed by Carlos R. Mafra
parent df601267e6
commit c7e3666e62
10 changed files with 24 additions and 24 deletions

View File

@@ -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 */