summaryrefslogtreecommitdiffstats
path: root/balls.c
diff options
context:
space:
mode:
Diffstat (limited to 'balls.c')
-rw-r--r--balls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/balls.c b/balls.c
index a4c3fb2..2a7a413 100644
--- a/balls.c
+++ b/balls.c
@@ -33,7 +33,7 @@ enum {
CIRCLE_POINTS = 32+2, /* +2 for center point and last point which overlaps with first point. */
};
-const Rectangle bounds = { {-1.0, -1.0}, {1.0, 1.0} };
+const Rect bounds = { {-1.0, -1.0}, {1.0, 1.0} };
void initGL(int argc, char *argv[]);
void initCL(void);