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 dnd #9

Open
wants to merge 2 commits into
base: iced-0.13
Choose a base branch
from
Open

Wayland dnd #9

wants to merge 2 commits into from

Conversation

zinifier
Copy link

@zinifier zinifier commented Jan 2, 2025

This ports rust-windowing#4009 to this branch to support FileDropped event on Wayland. I tested it with a basic application and it works! I didn't try with multi-window applications or anything fancy.

Additionally:

  • i edited the commit slightly as it was not compiling, due to conflicting types called WindowId
  • i added another commit so cargo test compiles without warnings
  • i initially wanted to rebase on winit master branch before applying the PR, but there were too many changes related to pointer events including deleting the Touch event/struct, and i did not feel comfortable making such large changes to iced, which is what led me to PR against this iced-0.13 branch!

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