When I XUnmapWindow() a fullscreen window and XMapRaised() it afterwards, it has its normal non-fullscreen size. Should a fullscreen flag be reset after a XUnmapWindow() call? (I'd expect the window to become "invisible" and "visible" afterwards, not changing its current state.) Ingo