From 4c07a013d0943985f156101f1123c518da5fc590 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Aug 2019 20:44:54 +0200 Subject: Add puglSetWindowTitle() --- pugl/detail/implementation.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pugl/detail/implementation.h') 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); -- cgit v1.2.1