compositor: Handle pointing events in window drags

This code is largely copied from src/core/window.c, taking care
of pointer/touch interaction during window drag operations.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2683>
This commit is contained in:
Carlos Garnacho
2022-10-20 19:29:48 +02:00
committed by Marge Bot
parent dd3e5d2b52
commit 14006adf6f
3 changed files with 618 additions and 1 deletions

View File

@ -3052,7 +3052,7 @@ unmaximize_window_before_freeing (MetaWindow *window)
#endif
}
static void
void
meta_window_maybe_apply_size_hints (MetaWindow *window,
MetaRectangle *target_rect)
{