diff --git a/gfx/drivers_context/mali_fbdev_ctx.c b/gfx/drivers_context/mali_fbdev_ctx.c index 6b0b5ae6b1..936a2fb337 100644 --- a/gfx/drivers_context/mali_fbdev_ctx.c +++ b/gfx/drivers_context/mali_fbdev_ctx.c @@ -32,7 +32,7 @@ typedef struct { egl_ctx_data_t egl; - fbdev_window native_window; + struct mali_native_window native_window; bool resize; unsigned width, height; } mali_ctx_data_t;