From e554f8c5ea5f812e7e0ce7d5c99129370c4c595a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Jan 2023 12:32:45 -0500 Subject: Add PUGL_CURSOR_ALL_SCROLL --- examples/pugl_cursor_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -static const int N_CURSORS = 9; +static const int N_CURSORS = 10; static const int N_ROWS = 2; static const int N_COLS = 5; -- cgit v1.2.1