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

Add wlr_virtual_pointer_v1 interface #86

Merged
merged 1 commit into from
May 27, 2022

Conversation

m-col
Copy link
Collaborator

@m-col m-col commented May 27, 2022

This adds objects from wlr_virtual_pointer_v1.h, letting client code use
this virtual pointer protocol.

struct {
struct wl_signal new_virtual_pointer;
struct wl_signal destroy;
} events;
Copy link
Owner

Choose a reason for hiding this comment

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

Can you add ...; to the structs here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yep, done.

This adds objects from wlr_virtual_pointer_v1.h, letting client code use
this virtual pointer protocol.
@m-col m-col force-pushed the virtual_pointer branch from 39f3591 to a5a2030 Compare May 27, 2022 23:20
Copy link
Owner

@flacjacket flacjacket left a comment

Choose a reason for hiding this comment

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

Thanks!

@flacjacket flacjacket merged commit 6f39c4b into flacjacket:main May 27, 2022
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