- Timestamp:
- Dec 26, 2007, 5:00:24 PM (18 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
r46 r55 626 626 // public static final int FID_TITLEBAR = 0x8003; 627 627 // public static final int FID_MINMAX = 0x8004; 628 //public static final int FID_MENU = 0x8005;628 public static final int FID_MENU = 0x8005; 629 629 // public static final int FID_VERTSCROLL = 0x8006; 630 630 // public static final int FID_HORZSCROLL = 0x8007; … … 879 879 // public static final int SYSCLR_ACTIVETITLE = -23; 880 880 // public static final int SYSCLR_INACTIVETITLE = -22; 881 //public static final int SYSCLR_MENU = -21;881 public static final int SYSCLR_MENU = -21; 882 882 public static final int SYSCLR_WINDOW = -20; 883 883 public static final int SYSCLR_WINDOWFRAME = -19; … … 2251 2251 public static final native boolean WinFreeFileDlgList (PSZ[] papszFQFilename); 2252 2252 public static final native int WinOpenWindowDC(int hwnd); 2253 public static final native boolean WinPopupMenu(int hwndParent, int hwndOwner, int hwndMenu, int x, int y, int idItem, short fs); 2253 2254 public static final native boolean PrfQueryProfileSize (int hini, PSZ pszApp, 2254 2255 PSZ pszKey, int[] pulDataLen);
Note:
See TracChangeset
for help on using the changeset viewer.