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

Access wl_resource without being friend #35

Open
romangg opened this issue Apr 19, 2020 · 0 comments
Open

Access wl_resource without being friend #35

romangg opened this issue Apr 19, 2020 · 0 comments

Comments

@romangg
Copy link
Member

romangg commented Apr 19, 2020

Currently every handle class that wants to access the wl_resource of another one needs to be a friend class. Can we do this without this relation?

Or does it make sense to have it? There are not many handle classes which need this relation after all.

Example: DataDevice and Pointer would need to be friend with Surface after it is moved over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant