Changeset 191 for trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI
- Timestamp:
- Sep 25, 2009, 3:25:38 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
r185 r191 150 150 public static final int WS_CLIPCHILDREN = 0x20000000; 151 151 public static final int WS_CLIPSIBLINGS = 0x10000000; 152 //public static final int WS_PARENTCLIP = 0x08000000;152 public static final int WS_PARENTCLIP = 0x08000000; 153 153 // public static final int WS_SAVEBITS = 0x04000000; 154 154 public static final int WS_SYNCPAINT = 0x02000000;
Note:
See TracChangeset
for help on using the changeset viewer.