mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
FIX: Mouse trailing with single core CPU's
This commit is contained in:
@@ -171,6 +171,10 @@ void graphics_clear_dirty(void) {
|
||||
wm_lock_release(rflags);
|
||||
}
|
||||
|
||||
void graphics_clear_dirty_no_lock(void) {
|
||||
g_dirty.active = false;
|
||||
}
|
||||
|
||||
void graphics_set_render_target(uint32_t *buffer, int w, int h) {
|
||||
g_render_target = buffer;
|
||||
g_rt_width = w;
|
||||
|
||||
Reference in New Issue
Block a user