ChangeSet ID: 13138 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/02 17:20:33 Modified files: include : commctrl.h Log message: Thomas Weidenmueller Added support for PBS_MARQUEE style. Patch: http://cvs.winehq.org/patch.py?id=13138 Old revision New revision Changes Path 1.134 1.135 +2 -0 wine/include/commctrl.h Index: wine/include/commctrl.h diff -u -p wine/include/commctrl.h:1.134 wine/include/commctrl.h:1.135 --- wine/include/commctrl.h:1.134 Tue Jun 18 05:12:15 2013 +++ wine/include/commctrl.h Tue Jun 18 05:12:15 2013 @@ -456,10 +456,12 @@ static const WCHAR PROGRESS_CLASSW[] = { #define PBM_GETRANGE (WM_USER+7) #define PBM_GETPOS (WM_USER+8) #define PBM_SETBARCOLOR (WM_USER+9) +#define PBM_SETMARQUEE (WM_USER+10) #define PBM_SETBKCOLOR CCM_SETBKCOLOR #define PBS_SMOOTH 0x01 #define PBS_VERTICAL 0x04 +#define PBS_MARQUEE 0x08 typedef struct {