/[classpath]/classpath/native/jni/gtk-peer/gtkpeer.h
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gtkpeer.h

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

revision 1.31 by mkoch, Tue Feb 22 07:40:44 2005 UTC revision 1.32 by mark, Sun Jun 19 20:32:48 2005 UTC
# Line 1  Line 1 
1  /* gtkpeer.h -- Some global variables and #defines  /* gtkpeer.h -- Some global variables and #defines
2     Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 504  union widget_union Line 504  union widget_union
504    GtkWidget **widget;    GtkWidget **widget;
505  };  };
506    
507    /* GtkImage functions used by other gtk peer native routines */
508    GdkPixbuf *gnu_java_awt_peer_gtk_GtkImage_getPixbuf(JNIEnv *env, jobject obj);
509    GdkPixmap *gnu_java_awt_peer_gtk_GtkImage_getPixmap(JNIEnv *env, jobject obj);
510    jboolean gnu_java_awt_peer_gtk_GtkImage_isOffScreen(JNIEnv *env, jobject obj);
511    
512  #define DEBUG_LOCKING 0  #define DEBUG_LOCKING 0
513    
514  #if DEBUG_LOCKING  #if DEBUG_LOCKING

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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