Changeset 175:0a96e5a30470
- Timestamp:
- 03/02/08 19:12:36
(6 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
minor edits
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r117 |
r175 |
|
| 8 | 8 | * Contributors: |
|---|
| 9 | 9 | * IBM Corporation - initial API and implementation |
|---|
| | 10 | * Port to the D programming language: |
|---|
| | 11 | * Frank Benoit <benoit@tionex.de> |
|---|
| 10 | 12 | *******************************************************************************/ |
|---|
| 11 | 13 | module dwt.graphics.Cursor; |
|---|
| r84 |
r175 |
|
| 15 | 15 | |
|---|
| 16 | 16 | import dwt.DWT; |
|---|
| 17 | | //import dwt.internal.Callback; |
|---|
| 18 | | //import dwt.internal.win32.LOGFONT; |
|---|
| 19 | | //import dwt.internal.win32.LOGFONTA; |
|---|
| 20 | | //import dwt.internal.win32.LOGFONTW; |
|---|
| 21 | 17 | import dwt.internal.win32.OS; |
|---|
| 22 | | //import dwt.internal.win32.TCHAR; |
|---|
| 23 | 18 | |
|---|
| 24 | 19 | import dwt.dwthelper.utils; |
|---|