1
0
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:
dan
2004-10-18 14:45:59 +00:00
parent 88e207f9e0
commit 9de3560d9f

View File

@@ -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);
} }