[Wayland-bugs] [Bug 763001] implement beeping

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 8 04:19:11 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=763001

--- Comment #4 from Jonas Ã…dahl <jadahl at gmail.com> ---
Created attachment 323347
  --> https://bugzilla.gnome.org/attachment.cgi?id=323347&action=edit
wayland: Don't invent our own unstable protocol semantics

The gtk_shell protocol used some half baked unstable protocol semantics
that worked by only allowing binding the exact version of the
interface. This hack is a bit too confusing and it makes it impossible
to do any compatible changes without breaking things.

So, instead rename it to include a number in the interface names. This
way we can add requests and events without causing compatibility issues,
and we can later remove requests and events by bumping the number in
the interface names.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160308/21035207/attachment.html>


More information about the wayland-bugs mailing list