1
0
Fork 0

window: Fix minor coding style issue

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3879>
This commit is contained in:
Jonas Ådahl 2024-07-11 14:47:07 +02:00 committed by Sebastian Wick
parent 5e36e5aae1
commit c68d6c4958

View file

@ -3932,8 +3932,8 @@ meta_window_move_resize_internal (MetaWindow *window,
if (flags & META_MOVE_RESIZE_CONSTRAIN && window->monitor)
{
MtkRectangle old_rect;
meta_window_get_frame_rect (window, &old_rect);
meta_window_get_frame_rect (window, &old_rect);
meta_window_constrain (window,
flags,
place_flags,