summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2008-06-14 12:23:47 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2008-06-14 12:23:47 +0200
commite8cd19c180cf4ede216600a1584eee2dc20e0b07 (patch)
tree23768c691932739054944cab45629b0447744585
parent1dbc6cef180a4d5d7d4c93a8af948742a1fb13ca (diff)
crossbar: Add an initial call to Reshape
This makes the test work again after a long time of brokenness. The original test in Mesa uses a different projection matrix setup, which is why it doesn't need that initial call to Reshape.
-rw-r--r--tests/mesa/tests/crossbar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mesa/tests/crossbar.c b/tests/mesa/tests/crossbar.c
index 2a8452ff0..67f4a6f7f 100644
--- a/tests/mesa/tests/crossbar.c
+++ b/tests/mesa/tests/crossbar.c
@@ -284,6 +284,8 @@ static void Init( void )
glVertex2f(-1, 1);
glEnd();
glEndList();
+
+ Reshape(Width, Height);
}