GNOME Bugzilla – Bug 721672
gnome-rr: add API to check whether rotation is supported
Last modified: 2014-01-09 17:42:53 UTC
See attached patch
Created attachment 265491 [details] [review] gnome-rr: add API to check whether rotation is supported Export a method on GnomeRROutputInfo to check which rotation options are supported.
Review of attachment 265491 [details] [review]: Looks fine otherwise. What about the wayland version? ::: libgnome-desktop/gnome-rr-private.h @@ +63,3 @@ int y; GnomeRRRotation rotation; + GnomeRRRotation all_rotations; available_rotations?
Created attachment 265553 [details] [review] gnome-rr: add API to check whether rotation is supported Export a method on GnomeRROutputInfo to check which rotation options are supported.
Created attachment 265554 [details] [review] gnome-rr: add API to check whether rotation is supported -- Fixed the name of the variable. I don't think we need to do anything special here for Wayland - as far as I can see we're getting all the information from Mutter which already abstracts this for us. I haven't tested it on Wayland myself though.
Created attachment 265556 [details] [review] build: bump version Since we added new API
Created attachment 265557 [details] [review] docs: update gnome-desktop3-sections.txt
Attachment 265554 [details] pushed as 6040dbe - gnome-rr: add API to check whether rotation is supported Attachment 265556 [details] pushed as 2b7b972 - build: bump version Attachment 265557 [details] pushed as 1be326f - docs: update gnome-desktop3-sections.txt