From d8d17375291f89d37cad43df36c11d9c132e23be Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 20 May 2021 22:18:35 +0200 Subject: Added BGA driver and generic FB wrapper --- apps/wm/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/wm/main.c b/apps/wm/main.c index 83dc20b..0d00427 100644 --- a/apps/wm/main.c +++ b/apps/wm/main.c @@ -8,10 +8,10 @@ #include #include #include -#include #include #include #include +#include #define WINDOW_MOVE_TIMEOUT 20 @@ -37,7 +37,7 @@ struct rectangle { // Global vars ftw! static u8 bypp = 4; -static struct vbe screen = { 0 }; +static struct fb_generic screen = { 0 }; static struct list *windows = NULL; // THIS LIST SHALL BE SORTED BY Z-INDEX! static struct window *direct = NULL; static struct window *wallpaper = NULL; -- cgit v1.2.3