GNOME Bugzilla – Bug 729602
wayland: Only send wl_output.scale event if supported by the client
Last modified: 2014-05-08 17:54:22 UTC
'scale' was introduced in version 2, so only send such an event to clients which has bound a new enough version of wl_output.
Created attachment 275922 [details] [review] wayland: Only send wl_output.scale event if supported by the client
Review of attachment 275922 [details] [review]: Yep. (Though I'm not sure why we have the constants. Doesn't the scanner export the since="" attribute into something we can get at? No?)
Its not exported in a way that makes it reusable like that, but its trivial to make wayland-scanner do it. I'll send a patch.
Comment on attachment 275922 [details] [review] wayland: Only send wl_output.scale event if supported by the client This got pushed.