04:53YaLTeR[m]: Is the pointer-gestures protocol supposed to get the "axis relative direction" event similar to wl_pointer? For natural scrolling type scenarios
07:29emersion: I don't think so
08:50YaLTeR[m]: It would make sense for the swipe gesture, if the client is using it for a scrolling type action
18:45usr: did I understand correctly that `wl_display_dispatch()` just blocks until there is an event for the current client on the display file descriptor and then sends the requests the client had queued up on the default queue, for example using `wl_display_get_registry()`, `wl_registry_bind()`, etc. to the compositor?
18:49usr: and shouldn't the description for the return value be "The number of dispatched requests..." instead of "The number of dispatched events on success or -1 on failure"?
19:07usr: oh no I misunderstood
22:13Arsen: o/ how is Compose handled on wayland?