window-wayland: Don't use meta_window_get_position

This commit is contained in:
Jasper St. Pierre 2014-05-22 15:46:41 -04:00
parent c448650a60
commit a3747725ed

View File

@ -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)