sgl

diff tests/simple/simple.c @ 41:f4ea3a88b05a

macos build fixes. Patch by Andrew Woods
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Jan 2025 22:26:40 +0200
parents f7de32814f34
children
line diff
     1.1 --- a/tests/simple/simple.c	Thu Jun 28 03:42:26 2012 +0300
     1.2 +++ b/tests/simple/simple.c	Sat Jan 25 22:26:40 2025 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  void disp(void);
     1.5  void reshape(int x, int y);
     1.6  void keyb(int key, int state);
     1.7 -void mouse(int pidx, int bn, int state, int x, int y)
     1.8 +void mouse(int pidx, int bn, int state, int x, int y);
     1.9  void motion(int pidx, int x, int y);
    1.10  
    1.11