gtk3: add randr 1.5 monitor support

Desktop / GNOME / GTK - Dave Airlie [redhat.com] - 21 May 2015 22:09 UTC

This patch introduces support for using the newly introduced monitor objects in the XRandR protocol. These objects are meant to be used to denote a set of rectangles representing a logical monitor, and are used to hide details like monitor tiling and
virtual gpu outputs.

This uses the new objects instead of crtc/outputs objects when they are available to create the monitor lists. X server 1.18 is required on the server side for randr 1.5.

https://bugzilla.gnome.org/show_bug.cgi?id=749561

e670720 gtk3: add randr 1.5 monitor support
configure.ac | 3 +++
gdk/x11/gdkdisplay-x11.c | 5 ++++
gdk/x11/gdkdisplay-x11.h | 1 +
gdk/x11/gdkscreen-x11.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 67 insertions(+)

Upstream: git.gnome.org


  • Share