summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CubeView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx
index 7a26ff186..5e153c675 100644
--- a/test/CubeView.cxx
+++ b/test/CubeView.cxx
@@ -139,7 +139,7 @@ void CubeView::drawCube() {
void CubeView::draw() {
if (!valid()) {
glLoadIdentity();
- glViewport(0,0,w(),h());
+ glViewport(0,0,pixel_w(),pixel_h());
glOrtho(-10,10,-10,10,-20050,10000);
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);