GNOME Bugzilla – Bug 793618
gdk_monitor_get_geometry should take WL_OUTPUT_TRANSFORM_* into account
Last modified: 2018-05-02 19:53:05 UTC
I wonder if when a compositor applies WL_OUTPUT_TRANSFORM_90 or WL_OUTPUT_TRANSFORM_270 the geometry returned by gdk_monitor_get_geometry/gdk_monitor_get_work_area should be swapped as well? Otherwise an application that wants to figure out the usable area will get width and height reversed since gdk-display.c:output_handle_geometry does not take the transform into account at all. I can cook up a patch but maybe this is on purpose?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/1035.