After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773857 - gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitor
gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitor
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-11-02 18:05 UTC by Rui Matos
Modified: 2016-11-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitor (1.92 KB, patch)
2016-11-02 18:05 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2016-11-02 18:05:43 UTC
See patch.
Comment 1 Rui Matos 2016-11-02 18:05:48 UTC
Created attachment 338986 [details] [review]
gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitor

This way we can recommend that applications use the
fullscreen_on_monitor() API on both X and Wayland otherwise they'd
have to keep a path for each backend to achieve this functionality.
Comment 2 Rui Matos 2016-11-02 18:10:08 UTC
It would be nice to have this on the 3.22 branch too.
Comment 3 Matthias Clasen 2016-11-03 09:51:03 UTC
Review of attachment 338986 [details] [review]:

Sure, looks good. And no objection to putting this on the 3.22 branch too
Comment 4 Matthias Clasen 2016-11-04 16:11:03 UTC
Attachment 338986 [details] pushed as b8fc4c2 - gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitor