-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
fix(linux): include border and titlebars in Window::{outer_position, outer_size}
and WindowEvent::Moved
event
#1001
base: dev
Are you sure you want to change the base?
Conversation
Package Changes Through 81694aaThere are 1 changes which include tao with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Window::outer_position
Window::{outer_position, outer_size}
and WindowEvent::Moved
event
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on my Ubuntu 24.04 with Wayland
btw, I found the doc of WindowEvent::Moved
and outer_position
says Wayland will always return (0,0), but it seems that it returns the actual position on my end.
Make sure you're running under Wayland, launching the example from within vscode usually runs the window under x11 even if the session is Wayland. |
Oh, you're right. I was running from the vscode and it runs on X11 actually |
closes tauri-apps/tauri#11510