We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the current release (v2.0.2) Touchégg is the only client using the daemon.
However, if this integration with Gala gets merged (elementary/gala#958) the protocol needs to be improved to avoid breaking changes.
Changes required:
uint32_t
GestureEvent
The text was updated successfully, but these errors were encountered:
881bbcd
JoseExposito
No branches or pull requests
In the current release (v2.0.2) Touchégg is the only client using the daemon.
However, if this integration with Gala gets merged (elementary/gala#958) the protocol needs to be improved to avoid breaking changes.
Changes required:
https://github.com/JoseExposito/touchegg/blob/master/src/gesture/gesture-type.h
https://github.com/JoseExposito/touchegg/blob/master/src/gesture/gesture-direction.h
https://github.com/JoseExposito/touchegg/blob/master/src/daemon/gesture-event.h
uint32_t
before theGestureEvent
so changes in theGestureEvent
struct don't break GalaGestureEvent
fields don't changeThe text was updated successfully, but these errors were encountered: