Changeset 92 for trunk/src


Ignore:
Timestamp:
May 31, 2008, 12:50:48 AM (17 years ago)
Author:
lpino
Message:

(swt.c) - Implemented WinQueryActiveWindow API

File:
1 edited

Legend:

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

    r80 r92  
    14101410    return rc;
    14111411}
     1412JNIEXPORT jint JNICALL Java_org_eclipse_swt_internal_pm_OS_WinQueryActiveWindow
     1413        (JNIEnv *env, jclass that, jint hab, jint hwndParent)
     1414{
     1415    DEBUG_CALL("WinQueryActiveWindow\n")
     1416
     1417    return (jint)WinQueryActiveWindow((HWND)hwndParent);
     1418}
    14121419
    14131420
Note: See TracChangeset for help on using the changeset viewer.