GNOME Bugzilla – Bug 792527
[wayland] xdg-output is sending output size as location
Last modified: 2018-01-15 09:53:57 UTC
Description: Commit db32047 (bug 787363) which added support for xdg-output in mutter contains a typo which makes it sending the output size as a location, not good... But simple enough to fix! (sorry my bad)
Created attachment 366811 [details] [review] [PATCH] wayland: send xdg-output size as size, not position
Review of attachment 366811 [details] [review]: Oops, sorry for missing that one!
(In reply to Jonas Ådahl from comment #2) > Oops, sorry for missing that one! Oh no, don't be, I really am the only one to blame here! :)
Comment on attachment 366811 [details] [review] [PATCH] wayland: send xdg-output size as size, not position attachment 366811 [details] [review] pushed as commit 3e77f67 - wayland: send xdg-output size as size, not position
Thanks, and sorry again!