Merge pull request #2567 from lakkatv/xmb

(Mali) Fix mali fbdev build
This commit is contained in:
Twinaphex 2015-12-15 04:25:27 +01:00
commit 876233138b

View File

@ -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;