gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/jni GzzGL-jni.cxx


From: Asko Soukka
Subject: [Gzz-commits] gzz/gfx/jni GzzGL-jni.cxx
Date: Tue, 01 Oct 2002 07:44:30 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/10/01 07:44:29

Modified files:
        gfx/jni        : GzzGL-jni.cxx 

Log message:
        more casts for older jdks

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/jni/GzzGL-jni.cxx.diff?tr1=1.40&tr2=1.41&r1=text&r2=text

Patches:
Index: gzz/gfx/jni/GzzGL-jni.cxx
diff -c gzz/gfx/jni/GzzGL-jni.cxx:1.40 gzz/gfx/jni/GzzGL-jni.cxx:1.41
*** gzz/gfx/jni/GzzGL-jni.cxx:1.40      Mon Sep 30 18:20:28 2002
--- gzz/gfx/jni/GzzGL-jni.cxx   Tue Oct  1 07:44:29 2002
***************
*** 1077,1083 ****
  
        Coords::CoordSet coordset;
        coordset.clean();
!       coordset.setPoints(ninds, inds, pts, 0, 0, 0, 0, true);
  
       int arrayLength = env->GetArrayLength(j_points);
       jfloat *points = env->GetFloatArrayElements(j_points, 0);
--- 1077,1086 ----
  
        Coords::CoordSet coordset;
        coordset.clean();
!       coordset.setPoints((int)ninds, (int*)inds, 
!                        (float*)pts, (int*)0,
!                        (int*)0, (float*)0, 
!                        (float)0, (bool)true);
  
       int arrayLength = env->GetArrayLength(j_points);
       jfloat *points = env->GetFloatArrayElements(j_points, 0);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]