diff options
-rw-r--r-- | pugl/pugl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 4a8a599..2ee3016 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -250,13 +250,13 @@ puglGetHandle(PuglView* view); This should only be called from an event handler. */ -int +PUGL_API int puglGetModifiers(PuglView* view); /** Ignore synthetic repeated key events. */ -void +PUGL_API void puglIgnoreKeyRepeat(PuglView* view, bool ignore); /** |