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

On Wayland, fix cursor icon updates on window borders when using CSD #1322

Merged

Conversation

kchibisov
Copy link
Member

  • Tested on all platforms changed
  • Compilation warnings were addressed
  • cargo fmt has been run on this branch

fixes #1236

@kchibisov kchibisov force-pushed the fix-wayland-cursor-on-borders branch from 9ef9f21 to 61b1f17 Compare December 17, 2019 23:35
CHANGELOG.md Outdated
@@ -17,6 +17,7 @@
- On X11, generate synthetic key events for keys held when a window gains or loses focus.
- On X11, issue a `CursorMoved` event when a `Touch` event occurs,
as X11 implicitly moves the cursor for such events.
- On Wayland, fix cursor icon updates on window borders when using CSD.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in the wrong section. Should be in Unreleased above.

@goddessfreya goddessfreya added DS - wayland C - waiting on maintainer A maintainer must review this code labels Dec 18, 2019
@goddessfreya goddessfreya merged commit 3e1d169 into rust-windowing:master Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - waiting on maintainer A maintainer must review this code DS - wayland
Development

Successfully merging this pull request may close these issues.

Resize cursor not showing on Wayland
4 participants