wine/ dlls/ttydrv/dc.c dlls/ttydrv/ttydrv.h dl ...

Alexandre Julliard julliard at winehq.com
Tue Apr 24 18:28:53 CDT 2001


ChangeSet ID:	9881549330718504618853331
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/04/24 19:28:53

Modified files:
	dlls/ttydrv    : dc.c ttydrv.h ttydrv.spec user.c wnd.c 
	dlls/user      : user_main.c 
	dlls/x11drv    : Makefile.in x11drv.spec 
	include        : dce.h message.h user.h win.h winpos.h x11drv.h 
	windows        : Makefile.in dce.c defwnd.c focus.c message.c 
	                 painting.c scroll.c win.c winpos.c 
	windows/x11drv : event.c keyboard.c wnd.c 
Added files:
	dlls/x11drv    : window.c winpos.c 
Removed files:
	windows        : event.c 

Log message:
	Moved most of the implementation of SetWindowPos and SetDrawable into
	the user driver, and the corresponding code into the dlls/x11drv
	directory. Moved a few functions out of the window driver into the
	user driver. Plus a few related cleanups.

Patch: http://cvs.winehq.com/patch.py?id=9881549330718504618853331

Revision  Changes    Path
 1.8      +1 -1      wine/dlls/ttydrv/dc.c
 1.8      +0 -20     wine/dlls/ttydrv/ttydrv.h
 1.9      +4 -4      wine/dlls/ttydrv/ttydrv.spec
 1.3      +0 -29     wine/dlls/ttydrv/user.c
 1.7      +556 -174  wine/dlls/ttydrv/wnd.c
 1.17     +10 -4     wine/dlls/user/user_main.c
 1.12     +2 -0      wine/dlls/x11drv/Makefile.in
 1.8      +10 -4     wine/dlls/x11drv/x11drv.spec
 1.1     +0 -0       wine/dlls/x11drv/window.c
 1.1     +0 -0       wine/dlls/x11drv/winpos.c
 1.10     +0 -1      wine/include/dce.h
 1.28     +0 -4      wine/include/message.h
 1.17     +17 -11    wine/include/user.h
 1.40     +0 -30     wine/include/win.h
 1.11     +0 -12     wine/include/winpos.h
 1.76     +3 -14     wine/include/x11drv.h
 1.12     +0 -1      wine/windows/Makefile.in
 1.53     +11 -351   wine/windows/dce.c
 1.53     +8 -7      wine/windows/defwnd.c
 1.20     +5 -19     wine/windows/focus.c
 1.102    +2 -2      wine/windows/message.c
 1.46     +9 -13     wine/windows/painting.c
 1.30     +3 -2      wine/windows/scroll.c
 1.125    +79 -77    wine/windows/win.c
 1.97     +35 -867   wine/windows/winpos.c
 1.93     +5 -5      wine/windows/x11drv/event.c
 1.88     +0 -27     wine/windows/x11drv/keyboard.c
 1.70     +19 -753   wine/windows/x11drv/wnd.c





More information about the wine-cvs mailing list