wine/ include/win.h dlls/x11drv/x11drv.spec dl ...

Alexandre Julliard julliard at winehq.org
Wed Mar 30 04:28:58 CST 2005


ChangeSet ID:	16931
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/30 04:28:58

Modified files:
	include        : win.h 
	dlls/x11drv    : x11drv.spec dce.c 
	dlls/user/tests: dce.c 
	dlls/user      : user_private.h painting.c 

Log message:
	Only reset the clip region in GetDC() if a new region is specified.
	Don't release the clip region for window DCs in ReleaseDC(), except
	when called from EndPaint().
	Added a bunch of tests.

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

Old revision  New revision  Changes     Path
 1.98          1.99          +0 -3       wine/include/win.h
 1.64          1.65          +1 -1       wine/dlls/x11drv/x11drv.spec
 1.3           1.4           +34 -37     wine/dlls/x11drv/dce.c
 1.1           1.2           +211 -0     wine/dlls/user/tests/dce.c
 1.7           1.8           +1 -1       wine/dlls/user/user_private.h
 1.24          1.25          +3 -4       wine/dlls/user/painting.c




More information about the wine-cvs mailing list