diff options
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); |