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

wayland: Add WindowExtWayland::xdg_toplevel #4076

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ultimaweapon
Copy link

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality

I did not update changelog yet because I don't know if this change is okay or not.

Resolves #4068.

@kchibisov
Copy link
Member

We can not expose objects from SCTK like that. We can expose a pointer, but that's about it.

@ultimaweapon
Copy link
Author

Thanks for the review. I have changed the method to return *mut c_void so please check.

@kchibisov
Copy link
Member

You should open your changes against master.

@ultimaweapon
Copy link
Author

Ops sorry for triggering additional review requests. I have cherry-pick my commits to master branch and updated it so please check.

@MarijnS95 MarijnS95 removed their request for review January 6, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Provides a method to get xdg_toplevel on Wayland
2 participants