Changeset 9932 for trunk/changelog
- Timestamp:
- Mar 22, 2003, 9:26:44 PM (22 years ago)
- 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. 2 12 3 13 2003-03-20: Sander van Leeuwen <sandervl@innotek >
Note:
See TracChangeset
for help on using the changeset viewer.