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

Missing event_created_child specialization for event opcode 0 of zwlr_output_manager_v1 #667

Open
mattfbacon opened this issue Oct 5, 2023 · 3 comments

Comments

@mattfbacon
Copy link

I got this error when trying to use the ZWLR output manager v1 from wayland-protocols-wlr.

@kchibisov
Copy link
Member

Do you implement the Dispatch trait? You could also need a manual impl of the said macro (event_created_child), but I don't remember the exact case when you need it.

It looks like https://github.com/Smithay/client-toolkit/blob/d851b6640d59d3a2021f43fbfa41188e592ac89d/src/primary_selection/device.rs#L65 if it matters, usually, where you put your user data into.

@mattfbacon
Copy link
Author

OK, maybe the panic message should say that 😅

@kchibisov
Copy link
Member

it sort of says so, I think? Since it says that you don't have required event_created_child for 0.

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

No branches or pull requests

2 participants