From 4cdb95b63f4e357321765c1418ade7f4e9bc0ed3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 May 2023 14:38:49 -0400 Subject: X11: Avoid deferring empty exposures --- src/internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/internal.h') diff --git a/src/internal.h b/src/internal.h index f30532b..0c6f448 100644 --- a/src/internal.h +++ b/src/internal.h @@ -51,11 +51,6 @@ PUGL_WARN_UNUSED_RESULT PuglStatus puglConfigure(PuglView* view, const PuglEvent* event); -/// Process expose event while already in the graphics context -PUGL_WARN_UNUSED_RESULT -PuglStatus -puglExpose(PuglView* view, const PuglEvent* event); - /// Dispatch `event` to `view`, entering graphics context if necessary PuglStatus puglDispatchEvent(PuglView* view, const PuglEvent* event); -- cgit v1.2.1