diff --git a/samples/geos/hello2.c b/samples/geos/hello2.c index cb2247030..f4f57a6cb 100644 --- a/samples/geos/hello2.c +++ b/samples/geos/hello2.c @@ -13,7 +13,7 @@ #include // Let's define the window we're operating -struct window wholeScreen = {0, 199, 0, 319}; +struct window wholeScreen = {0, SC_PIX_HEIGHT-1, 0, SC_PIX_WIDTH-1}; void main (void)