Changeset 99 for trunk/src


Ignore:
Timestamp:
Jun 12, 2008, 5:10:23 PM (17 years ago)
Author:
lpino
Message:
  • Sync with SmartSVN
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java

    r93 r99  
    22662266public static final native boolean WinTranslateAccel(int hab, int hwnd, int haccelAccel, QMSG qmsg);
    22672267public static final native int WinQueryActiveWindow(int hwndParent);
     2268public static final native boolean WinGetMsg(int hab, QMSG qmsg, int hwndFilter, int ulFisrt, int ulLast);
    22682269public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp,
    22692270    PSZ pszKey, int[] pulDataLen);
Note: See TracChangeset for help on using the changeset viewer.