wine/ windows/win.c windows/defwnd.c include/w ...

Alexandre Julliard julliard at winehq.org
Fri Jan 21 04:32:14 CST 2005


ChangeSet ID:	15594
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/01/21 04:32:14

Modified files:
	windows        : win.c defwnd.c 
	include        : win.h 
	dlls/x11drv    : winpos.c window.c 
	dlls/user      : user32.spec scroll.c 
	dlls/ttydrv    : wnd.c 

Log message:
	Make WIN_SetStyle more thread-safe by specifying the bits to change
	instead of the new value.

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

Old revision  New revision  Changes     Path
 1.258         1.259         +15 -18     wine/windows/win.c
 1.102         1.103         +6 -29      wine/windows/defwnd.c
 1.88          1.89          +1 -1       wine/include/win.h
 1.112         1.113         +7 -7       wine/dlls/x11drv/winpos.c
 1.90          1.91          +1 -1       wine/dlls/x11drv/window.c
 1.97          1.98          +1 -1       wine/dlls/user/user32.spec
 1.4           1.5           +12 -34     wine/dlls/user/scroll.c
 1.37          1.38          +2 -2       wine/dlls/ttydrv/wnd.c




More information about the wine-cvs mailing list