wine/ server/window.c server/trace.c server/pr ...

Alexandre Julliard julliard at winehq.org
Tue May 31 08:37:16 CDT 2005


ChangeSet ID:	17841
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/31 08:37:16

Modified files:
	server         : window.c trace.c protocol.def 
	include/wine   : server_protocol.h 
	dlls/user      : painting.c 

Log message:
	Added a from_child parameter to the get_update_region request to allow
	restarting the search from a given child, in order to avoid looping
	forever on windows that don't repaint correctly.

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

Old revision  New revision  Changes     Path
 1.54          1.55          +97 -28     wine/server/window.c
 1.243         1.244         +1 -0       wine/server/trace.c
 1.138         1.139         +1 -0       wine/server/protocol.def
 1.139         1.140         +2 -1       wine/include/wine/server_protocol.h
 1.29          1.30          +9 -22      wine/dlls/user/painting.c




More information about the wine-cvs mailing list