aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_internal_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_internal_types.h')
-rw-r--r--pugl/pugl_internal_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_internal_types.h b/pugl/pugl_internal_types.h
index cdca942..fad1b2d 100644
--- a/pugl/pugl_internal_types.h
+++ b/pugl/pugl_internal_types.h
@@ -100,7 +100,7 @@ typedef struct {
int (*resize)(PuglView*, int, int);
/** Return the puglGetContext() handle for the application, if any. */
- void* (*getHandle)(PuglView*);
+ void* (*getContext)(PuglView*);
} PuglBackend;
#endif // PUGL_INTERNAL_TYPES_H