aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-12 14:38:49 -0400
committerDavid Robillard <d@drobilla.net>2023-05-12 16:37:54 -0400
commit4cdb95b63f4e357321765c1418ade7f4e9bc0ed3 (patch)
treeff25d0d628628c65cefa702e4ab305fd16b2d728 /src/internal.h
parent6ec87363a5dc7d6095c9f6423c337bb1ecf777da (diff)
downloadpugl-4cdb95b63f4e357321765c1418ade7f4e9bc0ed3.tar.gz
pugl-4cdb95b63f4e357321765c1418ade7f4e9bc0ed3.tar.bz2
pugl-4cdb95b63f4e357321765c1418ade7f4e9bc0ed3.zip
X11: Avoid deferring empty exposures
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h5
1 files changed, 0 insertions, 5 deletions
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);