egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.
[mesa.git] / src / egl / wayland / wayland-egl / wayland-egl-priv.h
index f1e3ba283097064c849ae2d97f9501b607013d37..c91f9cdf0fbcc994fefada6439536dc1f1810de6 100644 (file)
@@ -27,6 +27,7 @@ struct wl_egl_window {
 
        void *private;
        void (*resize_callback)(struct wl_egl_window *, void *);
+       void (*destroy_window_callback)(void *);
 };
 
 #ifdef  __cplusplus