aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_internal_types.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-28 14:21:20 +0200
committerDavid Robillard <d@drobilla.net>2019-07-28 19:06:39 +0200
commit65e0b7d4ea463d1f8eb3231ce9703c9f91c9b270 (patch)
tree6ab5bb2cd573e5efd77c194a1e098c73b584c135 /pugl/pugl_internal_types.h
parentffdc710f20ce8016bf5daeaf97cb75bcb479a22d (diff)
downloadpugl-65e0b7d4ea463d1f8eb3231ce9703c9f91c9b270.tar.gz
pugl-65e0b7d4ea463d1f8eb3231ce9703c9f91c9b270.tar.bz2
pugl-65e0b7d4ea463d1f8eb3231ce9703c9f91c9b270.zip
Rename getHandle to getContext for consistent terminology
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