1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +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

@@ -1658,7 +1658,8 @@ void wUnmanageWindow(WWindow *wwin, Bool restore, Bool destroyed)
WApplication *napp = scr->focused_window ? wApplicationOf(scr->focused_window->main_window) : NULL;
if (oapp && oapp != napp) {
wAppMenuUnmap(oapp->menu);
wApplicationDeactivate(oapp);
if (wPreferences.highlight_active_app)
wApplicationDeactivate(oapp);
}
wNETCleanupFrameExtents(wwin);