Skip to content

wayland/gtk: Only perform allowed titlebar gestures

Florian Müllner requested to merge fmuellner/mutter:check-titlebar-gesture into main

The window functions "work" regardless of whether the client allows the behavior or not. That is, it's up to the caller to not call maximize and friends when the action isn't allowed.

Add appropriate checks, which should make the titlebar_gesture() behavior identical to titlebar actions for server-side decorations.

Fixes #2139 (closed)

Merge request reports