/[classpath]/classpath/native/jni/qt-peer/qtmenucomponentpeer.cpp
ViewVC logotype

Diff of /classpath/native/jni/qt-peer/qtmenucomponentpeer.cpp

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

revision 1.2.2.1 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Sep 10 15:32:04 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 <assert.h>
39  #include <QWidget>  #include <QWidget>
40  #include <gnu_java_awt_peer_qt_QtMenuComponentPeer.h>  #include <gnu_java_awt_peer_qt_QtMenuComponentPeer.h>
41  #include "nativewrapper.h"  #include "nativewrapper.h"
# Line 49  JNIEXPORT void JNICALL Java_gnu_java_awt Line 50  JNIEXPORT void JNICALL Java_gnu_java_awt
50  {  {
51    mainThread->postEventToMain( new AWTInitEvent( env, obj ) );    mainThread->postEventToMain( new AWTInitEvent( env, obj ) );
52    // wait for the thing to be created.    // wait for the thing to be created.
   while(getNativeObject(env, obj) == 0);  
53  }  }
54    
55  /*  /*

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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