egl: Add EGL_WAYLAND_PLANE_WL attribute
[mesa.git] / src / egl / wayland / wayland-drm / wayland-drm.h
index 46aab6984d12e28a18359f6d5fe5f29104b5c932..4ef286fe6c56adb80d25cad58598a0b8b2bb7b92 100644 (file)
@@ -13,7 +13,7 @@ struct wl_drm_buffer {
        struct wl_buffer buffer;
        struct wl_drm *drm;
        uint32_t format;
-       uint32_t driver_format;
+        const void *driver_format;
         int32_t offset[3];
         int32_t stride[3];
        void *driver_buffer;