Everywhere: Use ctx->blot()
This commit is contained in:
parent
6d1fbb51ac
commit
6db56f5283
3 changed files with 29 additions and 24 deletions
|
@ -1022,7 +1022,7 @@ U0 @compositor_task()
|
|||
|
||||
// Draw Mouse Pointer (if no mouse integration).
|
||||
// if (!Mouse.Update || Mouse.integration_type == MI_QEMU)
|
||||
Blot2D(Compositor.ctx, Mouse.X(), Mouse.Y(), Compositor.pointer);
|
||||
Compositor.ctx->blot(Mouse.X(), Mouse.Y(), Compositor.pointer);
|
||||
|
||||
// Debug stuff
|
||||
I64 debug_row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue