diff options
author | David Robillard <d@drobilla.net> | 2023-01-10 12:32:45 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-01-10 12:32:45 -0500 |
commit | e554f8c5ea5f812e7e0ce7d5c99129370c4c595a (patch) | |
tree | c3abf0307492acaae54dd52bae0f72d708a3b3ce /examples | |
parent | bc7ce5e77224f276a97593b2d1c9f888dc63d1dc (diff) | |
download | pugl-e554f8c5ea5f812e7e0ce7d5c99129370c4c595a.tar.gz pugl-e554f8c5ea5f812e7e0ce7d5c99129370c4c595a.tar.bz2 pugl-e554f8c5ea5f812e7e0ce7d5c99129370c4c595a.zip |
Add PUGL_CURSOR_ALL_SCROLL
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pugl_cursor_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_cursor_demo.c b/examples/pugl_cursor_demo.c index c4a4e8d..230bf08 100644 --- a/examples/pugl_cursor_demo.c +++ b/examples/pugl_cursor_demo.c @@ -8,7 +8,7 @@ #include <stdbool.h> -static const int N_CURSORS = 9; +static const int N_CURSORS = 10; static const int N_ROWS = 2; static const int N_COLS = 5; |