GNOME Bugzilla – Bug 705919
gnome-rr: implement gnome_rr_output_get_size_inches
Last modified: 2013-08-19 21:21:38 UTC
Implement the gnome_rr_output_get_size_inches function.
Created attachment 251513 [details] [review] gnome-rr: implement gnome_rr_output_get_size_inches
Review of attachment 251513 [details] [review]: Looks reasonable ::: libgnome-desktop/gnome-rr.h @@ -151,3 @@ const char * gnome_rr_output_get_display_name (GnomeRROutput *output); gboolean gnome_rr_output_is_connected (GnomeRROutput *output); -int gnome_rr_output_get_size_inches (GnomeRROutput *output); huh, this was in the header but not implemented ?
Created attachment 252253 [details] [review] GnomeRR: read the physical output size for mutter And expose it in the API, so that the control center can use it to show the diagonal and aspect ratio. This is rebased on master. It does not implement get_size_inches() as requested, because the code to do that is gone. It could be resurrected, but I think it makes more sense in gnome-control-center
Review of attachment 252253 [details] [review]: looks good to me
Attachment 252253 [details] pushed as 375293f - GnomeRR: read the physical output size for mutter