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

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

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

revision 1.10 by glavaux, Wed Aug 3 13:12:59 2005 UTC revision 1.11 by mark, Fri Aug 5 17:12:52 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    #include "jcl.h"
39  #include "gtkpeer.h"  #include "gtkpeer.h"
40  #include "gnu_java_awt_peer_gtk_GtkImage.h"  #include "gnu_java_awt_peer_gtk_GtkImage.h"
41  #include <gdk-pixbuf/gdk-pixbuf.h>  #include <gdk-pixbuf/gdk-pixbuf.h>
# Line 573  static void Line 574  static void
574  createRawData (JNIEnv * env, jobject obj, void *ptr)  createRawData (JNIEnv * env, jobject obj, void *ptr)
575  {  {
576    jclass cls;    jclass cls;
   jmethodID method;  
577    jobject data;    jobject data;
578    jfieldID data_fid;    jfieldID data_fid;
579    
# Line 591  static void * Line 591  static void *
591  getData (JNIEnv * env, jobject obj)  getData (JNIEnv * env, jobject obj)
592  {  {
593    jclass cls;    jclass cls;
   jfieldID field;  
594    jfieldID data_fid;    jfieldID data_fid;
595    jobject data;    jobject data;
596    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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