diff options
author | Sven Gothel <[email protected]> | 2011-09-01 06:12:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-01 06:12:50 +0200 |
commit | 51161b199d8c281ec19130565954353303cf44c6 (patch) | |
tree | 768cb7e6470a7f3179051e7faaaa5c5d3baa181c /nbproject | |
parent | 1aa8d4caa1d437b8c0f703c94848906458b10066 (diff) |
NEWT/X11/Fullscreen: Fix Leaving FullScreen
NativeCode:
"XChangeProperty( dpy, w, _NET_WM_STATE, XA_ATOM, 32, PropModeReplace, [ FULLSCREEN, ABOVE ] .."
shall only be issued if entering FS, otherwise [ FULLSCREEN, ABOVE ] will be set on the client
side at leaving FS, which is not intended.
This caused a size reset to fullscreen size/mode.
WindowImpl:
Used WindowImpl.this.width and WindowImpl.this.height, where w and h should be used,
the FS and pre-FS values.
Diffstat (limited to 'nbproject')
0 files changed, 0 insertions, 0 deletions