diff options
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl_test.c b/pugl_test.c index 0bc65d5..dad1d9c 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -133,7 +133,7 @@ onDisplay(PuglView* view) } static void -printModifiers(PuglView* view, unsigned mods) +printModifiers(PuglView* view, uint32_t mods) { fprintf(stderr, "Modifiers:%s%s%s%s\n", (mods & PUGL_MOD_SHIFT) ? " Shift" : "", |