From 714561987e264c5f3e9fb01d9ebbf545225b35b7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 14 Sep 2024 01:57:00 +0200 Subject: Properly damage if moving cursor Only damage if cursor is inside the target area --- include/egl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/egl.h') diff --git a/include/egl.h b/include/egl.h index 9e50ad0..61890b4 100644 --- a/include/egl.h +++ b/include/egl.h @@ -314,7 +314,7 @@ bool gsr_egl_load(gsr_egl *self, Display *dpy, bool wayland, bool is_monitor_cap void gsr_egl_unload(gsr_egl *self); /* Returns true if an event is available */ -bool gsr_egl_update(gsr_egl *self); +bool gsr_egl_process_event(gsr_egl *self); /* Does opengl swap with egl or glx, depending on which one is active */ void gsr_egl_swap_buffers(gsr_egl *self); -- cgit v1.2.3