Changeset 242 for trunk/src/plugins
- Timestamp:
- Dec 22, 2009, 2:50:36 PM (16 years ago)
- Location:
- trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/FONTDLG.java
r14 r242 2 2 3 3 /* 4 * Copyright (c) 2002, 200 4EclipseOS2 Team.4 * Copyright (c) 2002, 2009 EclipseOS2 Team. 5 5 * This file is made available under the terms of the Common Public License v1.0 6 6 * which accompanies this distribution, and is available at -
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OWNERITEM.java
r45 r242 16 16 public int fsStateOld; /* Old state. */ 17 17 public int fsAttributeOld; /* Old attribute. */ 18 public RECTL rclItem ; /* Item rectangle. */18 public RECTL rclItem = new RECTL(); /* Item rectangle. */ 19 19 public int idItem; /* Item identity. */ 20 20 public int hItem; /* Item. */
Note:
See TracChangeset
for help on using the changeset viewer.