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

support button 8/9 #157

Merged
merged 1 commit into from
Jan 21, 2020
Merged

support button 8/9 #157

merged 1 commit into from
Jan 21, 2020

Conversation

okhowang
Copy link
Contributor

associate with neutrinolabs/xrdp#1478

@okhowang
Copy link
Contributor Author

can we merge this PR by the way @metalefty
vnc do not support mouse button 8/9 as it's more than a byte
but xorg can support it

@metalefty metalefty self-assigned this Jan 16, 2020
@metalefty
Copy link
Member

Nice work!

@@ -226,6 +226,22 @@ rdpInputMouse(rdpPtr dev, int msg,
pointer->button_mask = pointer->button_mask | 64;
PtrAddEvent(pointer);
break;
case 115:
Copy link
Member

Choose a reason for hiding this comment

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

BTW, these (existing) magic numbers should be constified but it's OK for now.

@metalefty metalefty merged commit b16a207 into neutrinolabs:devel Jan 21, 2020
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