From cdfb8223301faba2c478c805b35ca457e6547629 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 27 May 2022 00:30:12 +0100 Subject: Add diagonal cursors --- examples/pugl_cursor_demo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/pugl_cursor_demo.c') diff --git a/examples/pugl_cursor_demo.c b/examples/pugl_cursor_demo.c index c9839da..ccece41 100644 --- a/examples/pugl_cursor_demo.c +++ b/examples/pugl_cursor_demo.c @@ -8,9 +8,9 @@ #include -static const int N_CURSORS = 7; +static const int N_CURSORS = 9; static const int N_ROWS = 2; -static const int N_COLS = 4; +static const int N_COLS = 5; typedef struct { PuglWorld* world; -- cgit v1.2.1