-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Implement window_start_drag
on Windows and Linux.
#100464
Conversation
xdg_toplevel_drag is for something else (drag 'n' dropping windows, think browser tabs).
I can whip up a quick patch tomorrow if you want |
Thanks! This seems to be working, will update PR in a moment.
Used |
608580f
to
293be04
Compare
Wow that was quick! Thank you! I can confirm that this works fine on sway too :D |
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.
Approving from the Wayland side!
Thanks! |
Implements
DisplayServer::window_start_drag
for Windows and Linux.Tested on Windows and X11, and Wayland.