diff options
Diffstat (limited to 'src/internal.h')
-rw-r--r-- | src/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h index e3e7924..066dc7e 100644 --- a/src/internal.h +++ b/src/internal.h @@ -28,6 +28,10 @@ puglSetString(char** dest, const char* string); uint32_t puglDecodeUTF8(const uint8_t* buf); +/// Prepare a view to be realized by the platform implementation if possible +PuglStatus +puglPreRealize(PuglView* view); + /// Dispatch an event with a simple `type` to `view` PuglStatus puglDispatchSimpleEvent(PuglView* view, PuglEventType type); |