Changeset 54 for trunk/src


Ignore:
Timestamp:
Dec 26, 2007, 4:57:23 PM (18 years ago)
Author:
lpino
Message:

(swt.c) - Remove debug message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/swt.c

    r14 r54  
    13071307
    13081308    if (papszFQFilename) {
    1309         c_pppapszFQFilename = getPAPSZArray(env, papszFQFilename);
    1310         printf("HONOR!!!\n");
     1309        c_pppapszFQFilename = getPAPSZArray(env, papszFQFilename);;
    13111310    }
    13121311
     
    13141313
    13151314    rc = (jboolean)WinFreeFileDlgList(c_pppapszFQFilename);
    1316     printf("PATRIA!!! = %d\n", rc);
    13171315    if (papszFQFilename)
    13181316        releasePAPSZArray(env, c_papszFQFilenameList, c_pppapszFQFilename);
     
    13261324
    13271325    return (jint)WinOpenWindowDC((HWND)hwnd);
     1326}
     1327JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_WinPopupMenu
     1328        (JNIEnv *env, jclass that, jint hwndParent, jint hwndOwner, jint hwndMenu, jint x, jint y, jint idItem, jshort fs)
     1329{
     1330    DEBUG_CALL("WinPopupMenu\n")
     1331
     1332    return (jboolean)WinPopupMenu((HWND)hwndParent, (HWND)hwndOwner, (HWND)hwndMenu, x, y, idItem, fs);
    13281333}
    13291334JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_PrfQueryProfileSize
Note: See TracChangeset for help on using the changeset viewer.