]> Pileus Git - ~andy/gtk/commit
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):
authorRichard Hult <richard@imendio.com>
Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)
committerRichard Hult <rhult@src.gnome.org>
Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)
commit7d66affd261ada2a663509964f7b1f1a9df22c48
treeafc46b33f5da96e5950ebe07668e374b66580e47
parent721eb57a228e05b2d99a9cbc8b4fdee6670593bb
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):

2007-10-02  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
(gdk_window_resize): Don't do anything while in fullscreen mode.
(gdk_window_set_decorations): Update the size of the window after
showing/hiding the title bar so the size of the content area
doesn't change.
(gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
don't try to check it as a bit being set.
(gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.

svn path=/trunk/; revision=18875
ChangeLog
gdk/quartz/gdkwindow-quartz.c