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:

committed by
Marge Bot

parent
dd3e5d2b52
commit
14006adf6f
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user