diff options
author | David Robillard <d@drobilla.net> | 2012-05-11 22:40:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-11 22:40:36 +0000 |
commit | 1702307bfeb21ad5e59ee3ef4a342c8867d37140 (patch) | |
tree | 0dc0b12ece8199d19ba7b99279e4f9606aa4e676 /pugl | |
parent | 53f8f81e2742876c8192b9429c4d4d20e9722b8b (diff) | |
download | pugl-1702307bfeb21ad5e59ee3ef4a342c8867d37140.tar.gz pugl-1702307bfeb21ad5e59ee3ef4a342c8867d37140.tar.bz2 pugl-1702307bfeb21ad5e59ee3ef4a342c8867d37140.zip |
Export missing symbols.
Diffstat (limited to 'pugl')
-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); /** |