diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c index 947206059..b4a5472c6 100644 --- a/src/x11/window-x11.c +++ b/src/x11/window-x11.c @@ -1643,7 +1643,7 @@ meta_window_x11_move_resize_internal (MetaWindow *window, static gboolean meta_window_x11_update_struts (MetaWindow *window) { - g_autoslist (GSList) old_struts = NULL; + g_autoslist (MetaStrut) old_struts = NULL; GSList *new_struts; GSList *old_iter, *new_iter; uint32_t *struts = NULL;