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

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

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

revision 1.4 by smarothy, Tue Aug 23 02:13:48 2005 UTC revision 1.5 by mark, Tue Aug 23 10:37:08 2005 UTC
# Line 279  JNIEXPORT void JNICALL Java_gnu_java_awt Line 279  JNIEXPORT void JNICALL Java_gnu_java_awt
279  /*  /*
280   * Returns the caret position.   * Returns the caret position.
281   */   */
282  JNIEXPORT jint JNICALL Java_gnu_java_awt_peer_qt_QtTextFieldPeer_getCaretPositionNative  JNIEXPORT jint JNICALL Java_gnu_java_awt_peer_qt_QtTextFieldPeer_getCaretPosition
283  (JNIEnv *env, jobject obj)  (JNIEnv *env, jobject obj)
284  {  {
285    QLineEdit *line = (QLineEdit *) getNativeObject( env, obj );    QLineEdit *line = (QLineEdit *) getNativeObject( env, obj );

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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