From 0547b3ad16b1e8f2719607f69e40bf42ac32ac8e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 6 Mar 2004 00:19:19 +0000
Subject: [PATCH] use rasterpos2d

---
 Graphics/CreateFile.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Graphics/CreateFile.cpp b/Graphics/CreateFile.cpp
index 9915765126..0c688e1f2d 100644
--- a/Graphics/CreateFile.cpp
+++ b/Graphics/CreateFile.cpp
@@ -1,4 +1,4 @@
-// $Id: CreateFile.cpp,v 1.53 2004-03-05 23:47:35 geuzaine Exp $
+// $Id: CreateFile.cpp,v 1.54 2004-03-06 00:19:19 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -265,7 +265,7 @@ void CreateOutputFile(char *name, int format)
 	  glMatrixMode(GL_PROJECTION);
 	  glLoadIdentity();
 	  glPushMatrix();
-	  glRasterPos3f(-1.0, -1.0, -1.0);
+	  glRasterPos2d(-1., -1.);
 	  gl2psDrawPixels(width, height, 0, 0, GL_RGB, GL_FLOAT, pixels);
 	  glPopMatrix();  
 	  delete [] pixels;
-- 
GitLab