mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
V1.11
New Feature(s): -Network UI -Pattern Wallpapers
This commit is contained in:
@@ -18,6 +18,7 @@ void draw_char(int x, int y, char c, uint32_t color);
|
||||
void draw_string(int x, int y, const char *s, uint32_t color);
|
||||
void draw_desktop_background(void);
|
||||
void graphics_set_bg_color(uint32_t color);
|
||||
void graphics_set_bg_pattern(const uint32_t *pattern); // 128x128 pattern
|
||||
|
||||
// Get screen dimensions
|
||||
int get_screen_width(void);
|
||||
|
||||
Reference in New Issue
Block a user