swaywm / wlr-protocols

Wayland protocols designed for use in wlroots (and other compositors)
122 stars 29 forks source link

Protocol symbols clash with wlroots symbols #39

Open emersion opened 5 years ago

emersion commented 5 years ago

Let's say we have a stable layer shell protocol. wayland-scanner would export symbols like wlr_layer_shell. However we'd like to use this name for the wlroots implementation too.

Wayland uses a different prefix to address this issue: wp_ (instead of wl_). Maybe we should consider switching to something like wlrp_.

No rush though, we're nowhere near standardizing stable protocols and wayland-protocols is changing.

emersion commented 3 years ago

wlr-protocols has migrated to gitlab.freedesktop.org. This issue has been moved to:

https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/issues/39