summaryrefslogtreecommitdiff
path: root/test/CubeView.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:49:43 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-17 09:49:43 +0000
commit51d67574ecae4a7e898a854b23b79be59197cc4e (patch)
treea40de38ebf1471fca6f68181b107eba5719de5c2 /test/CubeView.cxx
parentef48f007a1a8463abfccb118a6836718d497eb29 (diff)
New context_changed() function for OpenGL windows allowing efficient texture loading (str #1372)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/CubeView.cxx')
-rw-r--r--test/CubeView.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx
index f59cbb1d3..ae260ade4 100644
--- a/test/CubeView.cxx
+++ b/test/CubeView.cxx
@@ -40,8 +40,8 @@ CubeView::CubeView(int x,int y,int w,int h,const char *l)
vAng = 0.0;
hAng=0.0;
size=10.0;
- xshift=0.0;
- yshift=0.0;
+ xshift=0.0;
+ yshift=0.0;
/* The cube definition. These are the vertices of a unit cube
* centered on the origin.*/