GNOME Bugzilla – Bug 751129
Fullscreen Wacom calibration window has decorations
Last modified: 2015-07-01 09:45:29 UTC
The full-screen window which appears when calibrating a Wacom display does not hide its window decorations. This shifts the window origin away from the screen origin and causes incorrect calibration results.
Created attachment 305504 [details] [review] wacom: Fix signature of 'window-state-event' handler for calibrator The 'on_fullscreen' function which handles the 'window-state-event' signal should be returning a gboolean value. We fix the function signature and have it return FALSE to allow the event to continue to propogate.
Review of attachment 305504 [details] [review]: looks good
Committed after some changes to the commit message. The subject should be the user-visible changes brought by the commit. In this case, it's about hiding the window decorations from the dialogue, which isn't mentioned anywhere in the commit message!