Igalia / chromium

Old repo. See https://crbug.com/578890 instead.
https://chromium.googlesource.com/chromium/src.git
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

[ozone/x11] Fix window move coordinates #493

Closed zhani closed 5 years ago

zhani commented 5 years ago

x_root and y_root in _NET_WM_MOVERESIZE must indicate position of the button press with respect to root window.

msisov commented 5 years ago

Sorry, but this is fixed in the ToT and not applicable any more - https://chromium-review.googlesource.com/c/chromium/src/+/1078248/39/ui/views/widget/desktop_aura/window_event_filter.cc#188

I'm going to revert old patches and cherry-pick the newest one.

Anyway, thanks for fixing the issues

msisov commented 5 years ago

fixed by https://github.com/Igalia/chromium/pull/494