Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Window Grab Operations: Fix regression for GNOME 44
Mutter introduced a new flag META_GRAB_OP_WINDOW_FLAG_UNCONSTRAINED (1024) in 2d8fa26c. See that commit for more details. The flag is used to indicate wether a window is unconstrainted during a grab operation e. g. wether it can go under the top bar. As an example, this flag will be set, if you use super + mouse buttons. We currently only check for equality when looking at the Meta.GrabOp instead of using a bitwise or. That's why for simplicitiy's sake, just remove the new flag before working with the grabOp (and take the new flag into account during an upcoming larger refactor). Fixes #252
- Loading branch information