mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 09:43:32 +01:00
Remove #ifdef NETWM_HINTS constructs
NETWM_HINT is always defined in src/wconfig.h.in, so let's remove it from there too.
This commit is contained in:
@@ -275,9 +275,7 @@ WApplication *wApplicationCreate(WWindow * wwin)
|
||||
}
|
||||
|
||||
wapp->main_window_desc->fake_group = wwin->fake_group;
|
||||
#ifdef NETWM_HINTS
|
||||
wapp->main_window_desc->net_icon_image = RRetainImage(wwin->net_icon_image);
|
||||
#endif
|
||||
|
||||
extractIcon(wapp->main_window_desc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user