Changeset 251
- Timestamp:
- Feb 16, 2010, 1:19:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java
r248 r251 4 4 /* 5 5 * OS/2 version. 6 * Copyright (c) 2002, 20 09EclipseOS2 Team.6 * Copyright (c) 2002, 2010 EclipseOS2 Team. 7 7 */ 8 8 … … 2510 2510 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, FATTRS mpParam1, int mpParam2); 2511 2511 public static final native boolean WinSendMsg (int hwnd, int ulMsgid, CNRINFO mpParam1, int mpParam2); 2512 public static final native int WinSendMsg (int hwnd, int ulMsgid, CNRINFO mpParam1, short mpParam2); 2512 2513 public static final native boolean WinPostMsg (int hwnd, int ulMsgid,int mpParam1, int mpParam2); 2513 2514 public static final native int WinQueryMsgTime (int hab);
Note:
See TracChangeset
for help on using the changeset viewer.