Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seat: add missing touch_frame handler #272

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

joggee-fr
Copy link
Collaborator

wl_touch::frame() is expected to be sent to client to indicate end of touch frame event and not sending it may causes issues. For example, Qt applications using Qt Wayland platform plugin do not consider touch events until this end of frame event to be received.

seat.c Show resolved Hide resolved
wl_touch::frame() is expected to be sent to client to indicate end of
touch frame event and not sending it may cause issues.
For example, Qt applications using Qt Wayland platform plugin do not
consider touch events until this end of frame to be received.
Copy link
Contributor

@emersion emersion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@emersion emersion merged commit 7ec7e3d into cage-kiosk:master Aug 24, 2023
10 checks passed
@joggee-fr joggee-fr deleted the jg/touch-frame branch August 24, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants