mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
eliminated gcc-4 compilation warnings
This commit is contained in:
@@ -559,6 +559,10 @@ handleMapRequest(XEvent *ev)
|
||||
wwin->flags.skip_next_animation = 1;
|
||||
wIconifyWindow(wwin);
|
||||
}
|
||||
if (wwin->flags.fullscreen) {
|
||||
wwin->flags.fullscreen = 0;
|
||||
wFullscreenWindow(wwin);
|
||||
}
|
||||
if (wwin->flags.hidden) {
|
||||
WApplication *wapp = wApplicationOf(wwin->main_window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user