wine/dlls/comctl32 pager.c
ChangeSet ID: 997733267332616563886404 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine2. 01/08/13 16:07:47 Modified files: dlls/comctl32 : pager.c Log message: Guy L. Albertelli <galberte(a)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
participants (1)
-
Alexandre Julliard