]> Pileus Git - ~andy/gtk/commit
gdk: add gdk_window_set_fullscreen_mode()
authorOlivier Fourdan <ofourdan@redhat.com>
Mon, 21 Jan 2013 10:49:45 +0000 (11:49 +0100)
committerOlivier Fourdan <ofourdan@redhat.com>
Fri, 25 Jan 2013 12:16:56 +0000 (13:16 +0100)
commit54dc823d67ce784511b5638ec62e4e9a73d21857
tree05b908f0e4d002bc03f592b26297fe92de647a83
parente57de5310834083a7ac28992e64b9394d76adb04
gdk: add gdk_window_set_fullscreen_mode()

and gdk_window_get_fullscreen_mode() API to allow
applications to specify if a fullscreen window should
span across all monitors in a multi-monitor setup or
remain on the current monitor where the window is
placed.

Fullscreen mode can be either GDK_FULLSCREEN_ON_ALL_MONITORS
or GDK_FULLSCREEN_ON_CURRENT_MONITOR.

https://bugzilla.gnome.org/show_bug.cgi?id=691856
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/gdkwindow.h
gdk/gdkwindowimpl.h