Changeset 238:380bad9f6852 for dwt/graphics/ImageData.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/graphics/ImageData.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/graphics/ImageData.d
r200 r238 391 391 * </ul> 392 392 */ 393 public this( char[]filename) {393 public this(String filename) { 394 394 ImageData[] data = ImageDataLoader.load(filename); 395 395 if (data.length < 1) DWT.error(DWT.ERROR_INVALID_IMAGE);
