Changeset 279:e4b7af6b8e7e
- Timestamp:
- 08/04/08 20:52:59
(5 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
Fix: memmove with wrong indirection.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r263 |
r279 |
|
| 3413 | 3413 | if (!ignoreDrawFocus) { |
|---|
| 3414 | 3414 | nmcd.nmcd.uItemState &= ~OS.CDIS_FOCUS; |
|---|
| 3415 | | OS.MoveMemory (cast(void*)lParam, &nmcd, OS.NMLVCUSTOMDRAW_sizeof); |
|---|
| | 3415 | OS.MoveMemory (cast(void*)lParam, nmcd, OS.NMLVCUSTOMDRAW_sizeof); |
|---|
| 3416 | 3416 | focusRect = new RECT; |
|---|
| 3417 | 3417 | *focusRect = textRect; |
|---|