aboutsummaryrefslogtreecommitdiffstats
path: root/demos/benchmarks/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/benchmarks/main.c')
-rw-r--r--demos/benchmarks/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/benchmarks/main.c b/demos/benchmarks/main.c
index d14f3cc6..65dbd0bc 100644
--- a/demos/benchmarks/main.c
+++ b/demos/benchmarks/main.c
@@ -88,7 +88,7 @@ static int uitoa(unsigned int value, char * buf, int max) {
void benchmark(void) {
uint32_t i, pixels, ms, pps;
char pps_str[25];
- coord_t height, width, rx, ry, rcx, rcy;
+ gCoord height, width, rx, ry, rcx, rcy;
color_t random_color;
font_t font;