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 ba9c54f..bc219f0 100644 --- a/examples/pugl_cursor_demo.c +++ b/examples/pugl_cursor_demo.c @@ -19,7 +19,7 @@ typedef struct { } PuglTestApp; static void -onConfigure(const double width, const double height) +onConfigure(const PuglSpan width, const PuglSpan height) { glEnable(GL_DEPTH_TEST); glDepthFunc(GL_LESS); |