diff options
Diffstat (limited to 'examples/pugl_cursor_demo.c')
-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; |