Skip to content
Commit dde30103 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Move X11-specific code from interactive move resize handler to X11Client

When moving or resizing a window on X11, the window based screen edges
won't receive pointer input, so handleInteractiveMoveResize() explicitly
pokes the ScreenEdges to check if there's any approached screen edge.

On Wayland, it's not an issue. This change moves X11-specific code to
X11Client to avoid checking screen edges twice.
parent d85ab218
Pipeline #118287 passed with stage
in 12 minutes and 59 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment