mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
window-wayland: Don't use meta_window_get_position
This commit is contained in:
parent
c448650a60
commit
a3747725ed
@ -347,7 +347,7 @@ meta_window_wayland_move_resize (MetaWindow *window,
|
||||
}
|
||||
else
|
||||
{
|
||||
meta_window_get_position (window, &rect.x, &rect.y);
|
||||
meta_window_get_frame_rect (window, &rect);
|
||||
}
|
||||
|
||||
if (dx != 0 || dy != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user