From 51d67574ecae4a7e898a854b23b79be59197cc4e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Aug 2006 09:49:43 +0000 Subject: 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 --- test/CubeView.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CubeView.cxx') 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.*/ -- cgit v1.2.3