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 0fb5f65..6400422 100644 --- a/src/internal.h +++ b/src/internal.h @@ -17,6 +17,10 @@ PUGL_BEGIN_DECLS +/// Set hint to a default value if it is unset (PUGL_DONT_CARE) +void +puglEnsureHint(PuglView* view, PuglViewHint hint, int value); + /// Set `blob` to `data` with length `len`, reallocating if necessary PuglStatus puglSetBlob(PuglBlob* dest, const void* data, size_t len); |