Changeset 238:380bad9f6852 for dwt/graphics/GCData.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/graphics/GCData.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/GCData.d
r72 r238 12 12 *******************************************************************************/ 13 13 module dwt.graphics.GCData; 14 15 import dwt.dwthelper.utils; 14 16 15 17 import dwt.internal.gtk.OS; … … 58 60 public bool disposeCairo; 59 61 public double[] clippingTransform; 60 public char[]str;62 public String str; 61 63 public int stringWidth = -1; 62 64 public int stringHeight = -1;
