Changeset 9932 for trunk/changelog


Ignore:
Timestamp:
Mar 22, 2003, 9:26:44 PM (22 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r9929 r9932  
    1 /* $Id: changelog,v 1.2523 2003-03-20 13:20:19 sandervl Exp $ */
     1/* $Id: changelog,v 1.2524 2003-03-22 20:26:44 sandervl Exp $ */
     2
     3 2003-03-22: Sander van Leeuwen <sandervl@innotek   >
     4    - USER32:   o If an application doesn't validate the update region
     5                  while processing WM_PAINT, then we must remember it for
     6                  the next time.
     7                  Windows will only send a WM_PAINT once until another part of
     8                  the window is invalidated. Unfortunately PM keeps on sending
     9                  WM_PAINT messages until we validate the update region.
     10                  This affects UpdateWindow, RedrawWindow, GetUpdateRgn, GetUpdateRect,
     11                  BeginPaint and the next WM_PAINT message.
    212
    313 2003-03-20: Sander van Leeuwen <sandervl@innotek   >
Note: See TracChangeset for help on using the changeset viewer.