summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 22:40:36 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 22:40:36 +0000
commit1702307bfeb21ad5e59ee3ef4a342c8867d37140 (patch)
tree0dc0b12ece8199d19ba7b99279e4f9606aa4e676
parent53f8f81e2742876c8192b9429c4d4d20e9722b8b (diff)
Export missing symbols.
-rw-r--r--pugl/pugl.h4
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);
/**