mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
removed some debugging print from the code
This commit is contained in:
@@ -1031,7 +1031,6 @@ doStateAtom(WWindow *wwin, Atom state, int set, Bool init)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (state == net_wm_state_fullscreen) {
|
} else if (state == net_wm_state_fullscreen) {
|
||||||
puts("GoT FS ST");
|
|
||||||
if (set == _NET_WM_STATE_TOGGLE) {
|
if (set == _NET_WM_STATE_TOGGLE) {
|
||||||
set = !(wwin->flags.fullscreen);
|
set = !(wwin->flags.fullscreen);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user