Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

Scroll button events are given under X11 backend #144

Closed Cloudef closed 8 years ago

Cloudef commented 8 years ago

Wlc internally maps X11 scroll button events to pointer.scroll callback, but don't seem to not prevent them from going through pointer.button. This is X11 only detail, and to be consistent with other backends, pointer.scroll should always be used for scrolling.