aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index e4ca16b..107e359 100644
--- a/src/types.h
+++ b/src/types.h
@@ -74,7 +74,7 @@ struct PuglBackendImpl {
PuglStatus (*create)(PuglView*);
/// Destroy surface and drawing context
- PuglStatus (*destroy)(PuglView*);
+ void (*destroy)(PuglView*);
/// Enter drawing context, for drawing if expose is non-null
PuglStatus (*enter)(PuglView*, const PuglExposeEvent*);