Revision: 7022
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7022&view=rev
Author:   rtv
Date:     2008-09-16 22:08:26 +0000 (Tue, 16 Sep 2008)

Log Message:
-----------
fix for bug #2094584 - GLint

Modified Paths:
--------------
    code/stage/trunk/libstage/model.cc

Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc  2008-09-12 14:37:21 UTC (rev 7021)
+++ code/stage/trunk/libstage/model.cc  2008-09-16 22:08:26 UTC (rev 7022)
@@ -1040,7 +1040,7 @@
                glGetBooleanv( GL_CURRENT_RASTER_POSITION_VALID, &valid );
                if( valid == true ) {
                        GLdouble wx, wy, wz;
-                       int viewport[4];
+                       GLint viewport[4];
                        glGetIntegerv(GL_VIEWPORT, viewport);
                        
                        GLdouble modelview[16];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to