wine/ windows/defwnd.c dlls/x11drv/x11drv_main ...

Alexandre Julliard julliard at winehq.org
Mon Jan 17 13:17:47 CST 2005


ChangeSet ID:	15496
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/01/17 13:17:47

Modified files:
	windows        : defwnd.c 
	dlls/x11drv    : x11drv_main.c x11drv.h winpos.c window.c 
	                 scroll.c mouse.c event.c clipboard.c 

Log message:
	Avoid most references to the internals of the WND structure by passing
	around an x11drv_win_data pointer instead.

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

Old revision  New revision  Changes     Path
 1.99          1.100         +0 -3       wine/windows/defwnd.c
 1.97          1.98          +0 -1       wine/dlls/x11drv/x11drv_main.c
 1.42          1.43          +17 -24     wine/dlls/x11drv/x11drv.h
 1.109         1.110         +76 -86     wine/dlls/x11drv/winpos.c
 1.87          1.88          +213 -199   wine/dlls/x11drv/window.c
 1.21          1.22          +0 -1       wine/dlls/x11drv/scroll.c
 1.16          1.17          +3 -6       wine/dlls/x11drv/mouse.c
 1.40          1.41          +5 -4       wine/dlls/x11drv/event.c
 1.30          1.31          +0 -1       wine/dlls/x11drv/clipboard.c




More information about the wine-cvs mailing list