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

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

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

revision 1.11 by fitzsim, Wed Oct 8 16:00:57 2003 UTC revision 1.12 by fitzsim, Thu Oct 9 00:34:16 2003 UTC
# Line 63  JNIEnv *gdk_env; Line 63  JNIEnv *gdk_env;
63  JavaVM *gdk_vm;  JavaVM *gdk_vm;
64  #endif  #endif
65    
66    GtkWindowGroup *global_gtk_window_group;
67    
68  /*  /*
69   * Call gtk_init.  It is very important that this happen before any other   * Call gtk_init.  It is very important that this happen before any other
70   * gtk calls.   * gtk calls.
# Line 179  Java_gnu_java_awt_peer_gtk_GtkMainThread Line 181  Java_gnu_java_awt_peer_gtk_GtkMainThread
181    postTextEventID = (*env)->GetMethodID (env, gtktextcomponentpeer,    postTextEventID = (*env)->GetMethodID (env, gtktextcomponentpeer,
182                                               "postTextEvent",                                               "postTextEvent",
183                                               "()V");                                               "()V");
184      global_gtk_window_group = gtk_window_group_new ();
185  }  }
186    
187  /*  /*

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

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