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

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

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

revision 1.15 by archie172, Mon Jul 26 21:34:36 2004 UTC revision 1.16 by mark, Sat Jul 31 10:31:26 2004 UTC
# Line 228  exception statement from your version. * Line 228  exception statement from your version. *
228  #include <assert.h>             /* assert() */  #include <assert.h>             /* assert() */
229    
230  /* For Java thread priority constants. */  /* For Java thread priority constants. */
231  #include "gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.h"  #include <gnu_java_awt_peer_gtk_GThreadNativeMethodRunner.h>
232    
233    /* Since not all JNI header generators actually define constants we
234     define them here explicitly. */
235    #ifndef gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_MIN_PRIORITY
236    #define gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_MIN_PRIORITY 1
237    #endif
238    #ifndef gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_NORM_PRIORITY
239    #define gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_NORM_PRIORITY 5
240    #endif
241    #ifndef gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_MAX_PRIORITY
242    #define gnu_java_awt_peer_gtk_GThreadNativeMethodRunner_MAX_PRIORITY 10
243    #endif
244    
245  /*  The VM handle.  This is set in  /*  The VM handle.  This is set in
246      Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit */      Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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