Changeset 200 for trunk/src/plugins/org.eclipse.swt
- Timestamp:
- Oct 10, 2009, 7:07:03 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
r191 r200 309 309 public static final int WM_BUTTON2UP = 0x0075; 310 310 public static final int WM_BUTTON2DBLCLK = 0x0076; 311 public static final int WM_BUTTON3DOWN = 0x0077; 312 public static final int WM_BUTTON3UP = 0x0078; 313 public static final int WM_BUTTON3DBLCLK = 0x0079; 311 314 312 315 /* WM_CHAR fs field bits */ … … 2402 2405 public static final native boolean WinSetActiveWindow(int hwndDeskTop, int hwnd); 2403 2406 public static final native boolean WinQueryUpdateRect(int hwnd, RECTL prclPrc); 2407 public static final native boolean WinOpenClipbrd(int hab); 2408 public static final native boolean WinCloseClipbr(int hab); 2409 public static final native int WinQueryClipbrdData(int hab, int fmt); 2404 2410 public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp, 2405 2411 PSZ pszKey, int[] pulDataLen);
Note:
See TracChangeset
for help on using the changeset viewer.