From 1702307bfeb21ad5e59ee3ef4a342c8867d37140 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 22:40:36 +0000 Subject: Export missing symbols. --- pugl/pugl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pugl/pugl.h') 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); /** -- cgit v1.2.1