Changeset 36
- Timestamp:
- 05/12/07 18:37:33 (2 years ago)
- Files:
-
- branches/bughunt/minwin/window.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/bughunt/minwin/window.d
r35 r36 425 425 wc.hInstance = hInst; 426 426 wc.hIcon = DefaultWindowIcon.peer; 427 //wc.hIconSm = DefaultWindowSmallIcon.peer;427 //wc.hIconSm = DefaultWindowSmallIcon.peer; 428 428 wc.hCursor = LoadCursorA(cast(HINSTANCE) null, IDC_ARROW); 429 wc.hbrBackground = null;430 // wc.hbrBackground = cast(HBRUSH) (COLOR_WINDOW + 1); // not +1 for default429 //wc.hbrBackground = null; 430 wc.hbrBackground = cast(HBRUSH)COLOR_WINDOW; 431 431 wc.lpszMenuName = null; 432 432 wc.cbClsExtra = 0;
