Changeset 4448 for trunk/changelog


Ignore:
Timestamp:
Oct 7, 2000, 11:12:21 AM (25 years ago)
Author:
hugh
Message:

gdi32 dibsection blit fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r4442 r4448  
    1  /* $Id: changelog,v 1.1177 2000-10-06 15:13:40 sandervl Exp $ */
     1 /* $Id: changelog,v 1.1178 2000-10-07 09:12:21 hugh Exp $ */
     2 
     3 2000-10-07: Markus Montkowski <mmontkowski@gmx.de>
     4    - GDI32: Fixed bitblt, it used the size of the source DC
     5             when no destwindow was found. this doesn't work
     6             for bitblt between dibsections if the dest is larger.
     7             so now it checks if the dest DC belongs to a dibsection
     8             and uses sets hdcHeight/Width to the size of the dibsection.
     9             Added GetWidth() member function for this.
     10             Fixes: Civilisation Test of Times
    211
     12Fixes Civilisation Test of Times.
    313 2000-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
    414    - KERNEL32: PE loader: no longer rely on section names, but on image
Note: See TracChangeset for help on using the changeset viewer.