libweston-desktop: Drop (wrongly named) new_buffer in committed
Instead we store the buffer move and just use it when the signal is
fired.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
diff --git a/libweston-desktop/wl-shell.c b/libweston-desktop/wl-shell.c
index 12409cd..7c6a589 100644
--- a/libweston-desktop/wl-shell.c
+++ b/libweston-desktop/wl-shell.c
@@ -89,7 +89,7 @@
static void
weston_desktop_wl_shell_surface_committed(struct weston_desktop_surface *dsurface,
- void *user_data, bool new_buffer,
+ void *user_data,
int32_t sx, int32_t sy)
{
struct weston_desktop_wl_shell_surface *surface = user_data;