aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/implementation.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-08-04 20:44:54 +0200
committerDavid Robillard <d@drobilla.net>2019-09-03 08:34:39 +0200
commit4c07a013d0943985f156101f1123c518da5fc590 (patch)
tree5e0a767e70b9921f713ce2142c4cdd3a1dd9a693 /pugl/detail/implementation.h
parent89af2b1e3910196c4cad47c3748c1a2920b3faf9 (diff)
downloadpugl-4c07a013d0943985f156101f1123c518da5fc590.tar.gz
pugl-4c07a013d0943985f156101f1123c518da5fc590.tar.bz2
pugl-4c07a013d0943985f156101f1123c518da5fc590.zip
Add puglSetWindowTitle()
Diffstat (limited to 'pugl/detail/implementation.h')
-rw-r--r--pugl/detail/implementation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl/detail/implementation.h b/pugl/detail/implementation.h
index d6288a3..7f50ecf 100644
--- a/pugl/detail/implementation.h
+++ b/pugl/detail/implementation.h
@@ -30,6 +30,9 @@
extern "C" {
#endif
+/** Reallocate and set `*dest` to `string`. */
+void puglSetString(char** dest, const char* string);
+
/** Allocate and initialise world internals (implemented once per platform) */
PuglWorldInternals* puglInitWorldInternals(void);