/[classpath]/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mkoch, Mon May 31 21:12:21 2004 UTC revision 1.8 by mkoch, Fri Oct 8 18:03:00 2004 UTC
# Line 40  exception statement from your version. * Line 40  exception statement from your version. *
40  #include <libart_lgpl/art_misc.h>  #include <libart_lgpl/art_misc.h>
41  #include <libart_lgpl/art_rgb_affine.h>  #include <libart_lgpl/art_rgb_affine.h>
42    
 #define SWAPU32(w) \  
   (((w) << 24) | (((w) & 0xff00) << 8) | (((w) >> 8) & 0xff00) | ((w) >> 24))  
43    
44  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GtkImagePainter_drawPixels  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GtkImagePainter_drawPixels
45  (JNIEnv *env, jobject obj __attribute__((unused)), jobject gc_obj,  (JNIEnv *env, jobject obj __attribute__((unused)), jobject gc_obj,

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26