mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
FEAT: VFS overhaul
This commit is contained in:
@@ -42,6 +42,8 @@ void draw_boredos_logo(int x, int y, int scale);
|
||||
// Get screen dimensions
|
||||
int get_screen_width(void);
|
||||
int get_screen_height(void);
|
||||
uint64_t graphics_get_fb_addr(void);
|
||||
int graphics_get_fb_bpp(void);
|
||||
void graphics_update_resolution(int width, int height, int bpp, void* fb_addr, int color_mode);
|
||||
|
||||
// Dirty rectangle management
|
||||
|
||||
Reference in New Issue
Block a user