aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pugl/pugl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 5e816f0..9a93511 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -805,6 +805,8 @@ puglSetClipboard(PuglView* view,
PUGL_API PuglStatus
puglRequestAttention(PuglView* view);
+#ifndef PUGL_DISABLE_DEPRECATED
+
/**
@}
@name Deprecated API
@@ -1015,6 +1017,8 @@ puglWaitForEvent(PuglView* view);
PUGL_API PUGL_DEPRECATED_BY("puglDispatchEvents") PuglStatus
puglProcessEvents(PuglView* view);
+#endif /* PUGL_DISABLE_DEPRECATED */
+
/**
@}
@}