mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
OPT: Multithreaded WM rendering
This commit is contained in:
@@ -57,6 +57,8 @@ void graphics_clear_back_buffer(uint32_t color);
|
||||
|
||||
// Clipping
|
||||
void graphics_set_clipping(int x, int y, int w, int h);
|
||||
void graphics_push_clipping(int x, int y, int w, int h);
|
||||
void graphics_pop_clipping(void);
|
||||
void graphics_clear_clipping(void);
|
||||
|
||||
// Font access (requires font_manager.h for ttf_font_t)
|
||||
|
||||
Reference in New Issue
Block a user