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

Update SCTK to 0.18.0 #3138

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

kchibisov
Copy link
Member

The update is pretty minor, however we support now WindowEvent::Occluded when xdg-shell v6 is available.

It also adds support for Window::show_window_menu.

Fixes #2927.

  • Tested on all platforms changed
  • Added an entry to CHANGELOG.md 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
  • Updated feature matrix, if new features were added or implemented

--

Blocked on sctk-adwaita release.

@kchibisov kchibisov force-pushed the update-sctk branch 3 times, most recently from d7e09ed to bffaec5 Compare October 15, 2023 02:15
@kchibisov kchibisov marked this pull request as ready for review October 15, 2023 02:40
The update is pretty minor, however we support now
`WindowEvent::Occluded` when xdg-shell v6 is available.

It also adds support for `Window::show_window_menu`.

Fixes rust-windowing#2927.
@kchibisov kchibisov merged commit b7e3649 into rust-windowing:master Oct 15, 2023
50 checks passed
@kchibisov kchibisov deleted the update-sctk branch October 15, 2023 02:50
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.

Support Occluded event for Wayland
3 participants