Changeset 5389 for trunk/changelog
- Timestamp:
- Mar 27, 2001, 10:46:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5384 r5389 1 /* $Id: changelog,v 1.132 4 2001-03-27 16:15:00sandervl Exp $ */1 /* $Id: changelog,v 1.1325 2001-03-27 20:46:51 sandervl Exp $ */ 2 2 3 2001-03-27: Sander van Leeuwen <sandervl@xs4all.nl> 3 2001-03-27: Sander van Leeuwen <sandervl@xs4all.nl> 4 4 - USER32: o Rewrote cursor handling. No longer use Open32, but convert 5 5 cursor to OS/2 format during creation. 6 6 (also fixes crash during WinDVD startup) 7 7 o Ported Wine's cursor/icon cache code. Odin no longer 8 leaks a memory when apps reload icons/cursors. 8 leaks memory when apps reload icons/cursors. 9 o Check for DIB section selection in ReleaseDC and unselect it. 10 (only for non-CS_OWNDC hdcs) 9 11 - KERNEL32: o Removed cursor & cursor group conversion code 12 - GDI32: o SelectObject fixes for DIB sections 13 o Check for DIB section selection in DeleteDC and unselect it. 14 (fixes crash in WinDVD) 10 15 11 16 2001-03-27: Michal Necasek <michalnec@volny.cz>
Note:
See TracChangeset
for help on using the changeset viewer.