wine/ windows/winpos.c windows/win.c windows/s ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 8 15:09:29 CST 2003


ChangeSet ID:	6954
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/01/08 15:09:29

Modified files:
	windows        : winpos.c win.c sysparams.c spy.c painting.c 
	                 nonclient.c mdi.c defwnd.c dce.c 
	programs/winhelp: winhelp.c 
	programs/winedbg: info.c 
	objects        : region.c enhmetafile.c clipping.c 
	include/wine   : debug.h 
	include        : windef.h 
	graphics/x11drv: text.c bitblt.c 
	dlls/x11drv    : xrender.c winpos.c window.c scroll.c 
	dlls/winmm/mciavi: wnd.c 
	dlls/wineps    : init.c escape.c 
	dlls/user/tests: sysparams.c 
	dlls/user      : text.c painting.c 
	dlls/ttydrv    : wnd.c 
	dlls/shell32   : shlview.c shlmenu.c 
	dlls/oleaut32  : olepicture.c 
	dlls/ddraw/dsurface: main.c fakezbuffer.c dib.c 
	dlls/d3d8      : surface.c device.c 
	dlls/comctl32  : treeview.c trackbar.c tooltips.c toolbar.c 
	                 tab.c status.c rebar.c propsheet.c pager.c 
	                 monthcal.c listview.c datetime.c comboex.c 
	controls       : uitools.c menu.c listbox.c combo.c 

Log message:
	Dan Kegel <dank at kegel.com>
	Change RECT to use LONG to match win32 standard headers and fix format
	strings to use %ld for RECT elements.

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

Old revision  New revision  Changes     Path
 1.142         1.143         +1 -1       wine/windows/winpos.c
 1.214         1.215         +1 -1       wine/windows/win.c
 1.44          1.45          +2 -2       wine/windows/sysparams.c
 1.49          1.50          +3 -3       wine/windows/spy.c
 1.82          1.83          +3 -3       wine/windows/painting.c
 1.107         1.108         +4 -4       wine/windows/nonclient.c
 1.107         1.108         +1 -1       wine/windows/mdi.c
 1.80          1.81          +1 -1       wine/windows/defwnd.c
 1.76          1.77          +1 -1       wine/windows/dce.c
 1.24          1.25          +2 -2       wine/programs/winhelp/winhelp.c
 1.2           1.3           +1 -1       wine/programs/winedbg/info.c
 1.53          1.54          +2 -2       wine/objects/region.c
 1.66          1.67          +1 -1       wine/objects/enhmetafile.c
 1.44          1.45          +1 -1       wine/objects/clipping.c
 1.7           1.8           +1 -1       wine/include/wine/debug.h
 1.81          1.82          +4 -5       wine/include/windef.h
 1.36          1.37          +2 -2       wine/graphics/x11drv/text.c
 1.44          1.45          +2 -2       wine/graphics/x11drv/bitblt.c
 1.19          1.20          +2 -2       wine/dlls/x11drv/xrender.c
 1.62          1.63          +5 -5       wine/dlls/x11drv/winpos.c
 1.46          1.47          +3 -3       wine/dlls/x11drv/window.c
 1.11          1.12          +4 -4       wine/dlls/x11drv/scroll.c
 1.5           1.6           +2 -2       wine/dlls/winmm/mciavi/wnd.c
 1.43          1.44          +1 -1       wine/dlls/wineps/init.c
 1.17          1.18          +2 -2       wine/dlls/wineps/escape.c
 1.9           1.10          +8 -8       wine/dlls/user/tests/sysparams.c
 1.42          1.43          +1 -1       wine/dlls/user/text.c
 1.4           1.5           +1 -1       wine/dlls/user/painting.c
 1.28          1.29          +2 -2       wine/dlls/ttydrv/wnd.c
 1.72          1.73          +1 -1       wine/dlls/shell32/shlview.c
 1.30          1.31          +2 -2       wine/dlls/shell32/shlmenu.c
 1.22          1.23          +1 -1       wine/dlls/oleaut32/olepicture.c
 1.44          1.45          +1 -1       wine/dlls/ddraw/dsurface/main.c
 1.7           1.8           +3 -3       wine/dlls/ddraw/dsurface/fakezbuffer.c
 1.25          1.26          +3 -3       wine/dlls/ddraw/dsurface/dib.c
 1.3           1.4           +1 -1       wine/dlls/d3d8/surface.c
 1.21          1.22          +1 -1       wine/dlls/d3d8/device.c
 1.112         1.113         +2 -2       wine/dlls/comctl32/treeview.c
 1.45          1.46          +1 -1       wine/dlls/comctl32/trackbar.c
 1.53          1.54          +2 -2       wine/dlls/comctl32/tooltips.c
 1.127         1.128         +7 -7       wine/dlls/comctl32/toolbar.c
 1.73          1.74          +22 -22     wine/dlls/comctl32/tab.c
 1.56          1.57          +3 -3       wine/dlls/comctl32/status.c
 1.69          1.70          +41 -41     wine/dlls/comctl32/rebar.c
 1.79          1.80          +10 -10     wine/dlls/comctl32/propsheet.c
 1.38          1.39          +7 -7       wine/dlls/comctl32/pager.c
 1.36          1.37          +1 -1       wine/dlls/comctl32/monthcal.c
 1.335         1.336         +4 -4       wine/dlls/comctl32/listview.c
 1.34          1.35          +1 -1       wine/dlls/comctl32/datetime.c
 1.62          1.63          +15 -15     wine/dlls/comctl32/comboex.c
 1.30          1.31          +1 -1       wine/controls/uitools.c
 1.157         1.158         +6 -6       wine/controls/menu.c
 1.90          1.91          +2 -2       wine/controls/listbox.c
 1.95          1.96          +4 -4       wine/controls/combo.c




More information about the wine-cvs mailing list