wine/dlls/comctl32 pager.c

Alexandre Julliard julliard at winehq.com
Mon Aug 13 15:07:47 CDT 2001


ChangeSet ID:	997733267332616563886404
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/08/13 16:07:47

Modified files:
	dlls/comctl32  : pager.c 

Log message:
	Guy L. Albertelli <galberte at neo.lrun.com>
	- Make all WM_NOTIFY messages go to the parent.
	- Allow WM_WINDOWPOSCHANGING when the control is size 0 to set initial
	size.
	- Combine multiple SetWindowPos calls in same processing line and make
	the flags like native.
	- Redo WM_NCCALCSIZE to match native.
	- Since Pager is a "transparent" control (except for its own buttons),
	the WM_ERASEBKGND needs to be passed to the parent. Also do the window
	offset like the native control does.

Patch: http://cvs.winehq.com/patch.py?id=997733267332616563886404

Revision  Changes    Path
 1.28     +144 -31   wine/dlls/comctl32/pager.c





More information about the wine-cvs mailing list