wine/ programs/winevdm/winevdm.c dlls/x11drv/x ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 10 06:15:04 CST 2005


ChangeSet ID:	21216
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/10 06:15:00

Modified files:
	programs/winevdm: winevdm.c 
	dlls/x11drv    : xrandr.c xfont.c palette.c keyboard.c event.c 
	dlls/wsock32   : socket.c 
	dlls/wintab32  : context.c 
	dlls/winsock/tests: sock.c 
	dlls/winsock   : socket16.c 
	dlls/winmm/wineesd: audio.c 
	dlls/winmm/winearts: audio.c 
	dlls/winmm/winealsa: audio.c 
	dlls/winmm/tests: mixer.c 
	dlls/winmm/mciwave: mciwave.c 
	dlls/winmm     : playsound.c mmsystem.c mci.c 
	dlls/wininet   : internet.c http.c ftp.c 
	dlls/winedos   : int15.c int10.c 
	dlls/wined3d   : wined3d_main.c volumetexture.c texture.c 
	                 swapchain.c surface.c stateblock.c query.c 
	                 drawprim.c directx.c device.c cubetexture.c 
	                 basetexture.c 
	dlls/vwin32.vxd: vwin32.c 
	dlls/user/tests: menu.c 
	dlls/user      : dde_misc.c comm16.c 
	dlls/tapi32    : line.c 
	dlls/shlwapi/tests: ordinal.c 
	dlls/shell32/tests: shlfileop.c 
	dlls/shell32   : shfldr_mycomp.c shfldr_desktop.c shellord.c 
	                 shelllink.c pidl.c enumidlist.c cpanelfolder.c 
	dlls/opengl32  : wgl_ext.c wgl.c 
	dlls/olepro32  : olepro32stubs.c 
	dlls/oleaut32  : varformat.c typelib.c 
	dlls/ole32     : ole2.c bindctx.c antimoniker.c 
	dlls/odbc32    : proxyodbc.c 
	dlls/ntdll     : misc.c 
	dlls/msvcrt/tests: cpp.c 
	dlls/msi       : table.c package.c format.c files.c custom.c 
	                 action.c 
	dlls/mciseq    : mcimidi.c 
	dlls/mcicda    : mcicda.c 
	dlls/kernel    : comm.c 
	dlls/gdi/mfdrv : bitblt.c 
	dlls/gdi       : bitmap.c 
	dlls/dxdiagn   : provider.c 
	dlls/dsound    : dsound_main.c 
	dlls/dpnet     : address.c 
	dlls/dplayx    : dplay.c 
	dlls/dmstyle   : styletrack.c 
	dlls/dmscript  : script.c 
	dlls/dmime     : segtriggertrack.c 
	dlls/dinput    : mouse.c device.c 
	dlls/ddraw     : vertexbuffer.c surface_main.c opengl_utils.c 
	                 light.c executebuffer.c device_opengl.c 
	                 device_main.c ddraw_main.c 
	dlls/d3d9      : vertexshader.c directx.c device.c 
	dlls/d3d8      : texture.c stateblock.c shader.c directx.c 
	                 device.c cubetexture.c 
	dlls/commdlg   : filetitle.c 
	dlls/comctl32  : treeview.c listview.c comboex.c 
	dlls/advapi32  : security.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Remove spaces before '\n' in traces.

Patch: http://cvs.winehq.org/patch.py?id=21216

Old revision  New revision  Changes     Path
 1.9           1.10          +1 -1       wine/programs/winevdm/winevdm.c
 1.11          1.12          +1 -1       wine/dlls/x11drv/xrandr.c
 1.25          1.26          +2 -2       wine/dlls/x11drv/xfont.c
 1.17          1.18          +1 -1       wine/dlls/x11drv/palette.c
 1.78          1.79          +2 -2       wine/dlls/x11drv/keyboard.c
 1.59          1.60          +2 -2       wine/dlls/x11drv/event.c
 1.33          1.34          +2 -2       wine/dlls/wsock32/socket.c
 1.13          1.14          +1 -1       wine/dlls/wintab32/context.c
 1.28          1.29          +3 -3       wine/dlls/winsock/tests/sock.c
 1.3           1.4           +1 -1       wine/dlls/winsock/socket16.c
 1.3           1.4           +1 -1       wine/dlls/winmm/wineesd/audio.c
 1.31          1.32          +1 -1       wine/dlls/winmm/winearts/audio.c
 1.98          1.99          +1 -1       wine/dlls/winmm/winealsa/audio.c
 1.11          1.12          +4 -4       wine/dlls/winmm/tests/mixer.c
 1.37          1.38          +6 -6       wine/dlls/winmm/mciwave/mciwave.c
 1.18          1.19          +4 -4       wine/dlls/winmm/playsound.c
 1.120         1.121         +1 -1       wine/dlls/winmm/mmsystem.c
 1.65          1.66          +2 -2       wine/dlls/winmm/mci.c
 1.137         1.138         +1 -1       wine/dlls/wininet/internet.c
 1.107         1.108         +1 -1       wine/dlls/wininet/http.c
 1.56          1.57          +1 -1       wine/dlls/wininet/ftp.c
 1.4           1.5           +1 -1       wine/dlls/winedos/int15.c
 1.38          1.39          +2 -2       wine/dlls/winedos/int10.c
 1.14          1.15          +1 -1       wine/dlls/wined3d/wined3d_main.c
 1.9           1.10          +3 -3       wine/dlls/wined3d/volumetexture.c
 1.12          1.13          +4 -4       wine/dlls/wined3d/texture.c
 1.10          1.11          +4 -4       wine/dlls/wined3d/swapchain.c
 1.29          1.30          +2 -2       wine/dlls/wined3d/surface.c
 1.25          1.26          +2 -2       wine/dlls/wined3d/stateblock.c
 1.2           1.3           +3 -3       wine/dlls/wined3d/query.c
 1.32          1.33          +5 -5       wine/dlls/wined3d/drawprim.c
 1.61          1.62          +2 -2       wine/dlls/wined3d/directx.c
 1.94          1.95          +20 -20     wine/dlls/wined3d/device.c
 1.11          1.12          +4 -4       wine/dlls/wined3d/cubetexture.c
 1.19          1.20          +4 -4       wine/dlls/wined3d/basetexture.c
 1.2           1.3           +1 -1       wine/dlls/vwin32.vxd/vwin32.c
 1.7           1.8           +1 -1       wine/dlls/user/tests/menu.c
 1.7           1.8           +5 -5       wine/dlls/user/dde_misc.c
 1.26          1.27          +1 -1       wine/dlls/user/comm16.c
 1.21          1.22          +1 -1       wine/dlls/tapi32/line.c
 1.18          1.19          +5 -5       wine/dlls/shlwapi/tests/ordinal.c
 1.22          1.23          +1 -1       wine/dlls/shell32/tests/shlfileop.c
 1.42          1.43          +1 -1       wine/dlls/shell32/shfldr_mycomp.c
 1.48          1.49          +1 -1       wine/dlls/shell32/shfldr_desktop.c
 1.137         1.138         +2 -2       wine/dlls/shell32/shellord.c
 1.113         1.114         +1 -1       wine/dlls/shell32/shelllink.c
 1.137         1.138         +1 -1       wine/dlls/shell32/pidl.c
 1.47          1.48          +1 -1       wine/dlls/shell32/enumidlist.c
 1.21          1.22          +1 -1       wine/dlls/shell32/cpanelfolder.c
 1.10          1.11          +1 -1       wine/dlls/opengl32/wgl_ext.c
 1.65          1.66          +1 -1       wine/dlls/opengl32/wgl.c
 1.13          1.14          +4 -4       wine/dlls/olepro32/olepro32stubs.c
 1.15          1.16          +1 -1       wine/dlls/oleaut32/varformat.c
 1.175         1.176         +8 -8       wine/dlls/oleaut32/typelib.c
 1.79          1.80          +1 -1       wine/dlls/ole32/ole2.c
 1.36          1.37          +2 -2       wine/dlls/ole32/bindctx.c
 1.27          1.28          +1 -1       wine/dlls/ole32/antimoniker.c
 1.30          1.31          +1 -1       wine/dlls/odbc32/proxyodbc.c
 1.18          1.19          +1 -1       wine/dlls/ntdll/misc.c
 1.5           1.6           +1 -1       wine/dlls/msvcrt/tests/cpp.c
 1.50          1.51          +1 -1       wine/dlls/msi/table.c
 1.65          1.66          +1 -1       wine/dlls/msi/package.c
 1.24          1.25          +1 -1       wine/dlls/msi/format.c
 1.30          1.31          +1 -1       wine/dlls/msi/files.c
 1.30          1.31          +5 -5       wine/dlls/msi/custom.c
 1.230         1.231         +5 -5       wine/dlls/msi/action.c
 1.2           1.3           +13 -13     wine/dlls/mciseq/mcimidi.c
 1.1           1.2           +2 -2       wine/dlls/mcicda/mcicda.c
 1.99          1.100         +9 -9       wine/dlls/kernel/comm.c
 1.8           1.9           +1 -1       wine/dlls/gdi/mfdrv/bitblt.c
 1.7           1.8           +1 -1       wine/dlls/gdi/bitmap.c
 1.12          1.13          +1 -1       wine/dlls/dxdiagn/provider.c
 1.129         1.130         +1 -1       wine/dlls/dsound/dsound_main.c
 1.8           1.9           +3 -3       wine/dlls/dpnet/address.c
 1.63          1.64          +1 -1       wine/dlls/dplayx/dplay.c
 1.13          1.14          +1 -1       wine/dlls/dmstyle/styletrack.c
 1.21          1.22          +2 -2       wine/dlls/dmscript/script.c
 1.18          1.19          +1 -1       wine/dlls/dmime/segtriggertrack.c
 1.28          1.29          +1 -1       wine/dlls/dinput/mouse.c
 1.30          1.31          +3 -3       wine/dlls/dinput/device.c
 1.3           1.4           +1 -1       wine/dlls/ddraw/vertexbuffer.c
 1.7           1.8           +3 -3       wine/dlls/ddraw/surface_main.c
 1.1           1.2           +1 -1       wine/dlls/ddraw/opengl_utils.c
 1.3           1.4           +2 -2       wine/dlls/ddraw/light.c
 1.2           1.3           +3 -3       wine/dlls/ddraw/executebuffer.c
 1.10          1.11          +4 -4       wine/dlls/ddraw/device_opengl.c
 1.3           1.4           +3 -3       wine/dlls/ddraw/device_main.c
 1.11          1.12          +2 -2       wine/dlls/ddraw/ddraw_main.c
 1.12          1.13          +3 -3       wine/dlls/d3d9/vertexshader.c
 1.23          1.24          +2 -2       wine/dlls/d3d9/directx.c
 1.32          1.33          +4 -4       wine/dlls/d3d9/device.c
 1.21          1.22          +1 -1       wine/dlls/d3d8/texture.c
 1.18          1.19          +1 -1       wine/dlls/d3d8/stateblock.c
 1.35          1.36          +8 -8       wine/dlls/d3d8/shader.c
 1.94          1.95          +1 -1       wine/dlls/d3d8/directx.c
 1.132         1.133         +1 -1       wine/dlls/d3d8/device.c
 1.20          1.21          +1 -1       wine/dlls/d3d8/cubetexture.c
 1.17          1.18          +2 -2       wine/dlls/commdlg/filetitle.c
 1.177         1.178         +1 -1       wine/dlls/comctl32/treeview.c
 1.436         1.437         +1 -1       wine/dlls/comctl32/listview.c
 1.85          1.86          +1 -1       wine/dlls/comctl32/comboex.c
 1.115         1.116         +1 -1       wine/dlls/advapi32/security.c




More information about the wine-cvs mailing list