diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-14 01:57:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-14 02:27:48 +0200 |
commit | 714561987e264c5f3e9fb01d9ebbf545225b35b7 (patch) | |
tree | 94fc3c271516b873d2f0b3c463fa81c590e849bd /include/egl.h | |
parent | 8acb34638212ab8dba0d48a57dd40721203a7a44 (diff) |
Properly damage if moving cursor
Only damage if cursor is inside the target area
Diffstat (limited to 'include/egl.h')
-rw-r--r-- | include/egl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |