GNOME Bugzilla – Bug 734343
monitor-manager-xrandr: Fix some wrong variable type and calculation.
Last modified: 2015-06-27 07:37:18 UTC
Created attachment 282645 [details] [review] Fix some wrong variable type and calculation. This fixes some wrong variable type and wrong calculation.
Review of attachment 282645 [details] [review]: ::: src/backends/x11/meta-monitor-manager-xrandr.c @@ +143,3 @@ MetaOutput *output) { + int value; No, this is already the correct type.
You are probably right. My patch is not complete.
Created attachment 282751 [details] [review] Fix some wrong variable type and calculation.
This was fixed at some point.