From 6f5d09b2359ae788f8e06e692c0ab46c4b914804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Tue, 15 Dec 2015 10:23:02 +0700 Subject: [PATCH] (Mali) Fix mali fbdev build --- gfx/drivers_context/mali_fbdev_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;