wine/ dlls/ttydrv/ttydrv.spec dlls/ttydrv/wnd. ...

Alexandre Julliard julliard at winehq.com
Mon Jun 4 16:55:18 CDT 2001


ChangeSet ID:	991691718458116964902729
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/06/04 17:55:18

Modified files:
	dlls/ttydrv    : ttydrv.spec wnd.c 
	dlls/user      : user_main.c 
	dlls/x11drv    : Makefile.in desktop.c window.c winpos.c 
	                 x11ddraw.c x11drv.spec 
	graphics/x11drv: bitblt.c bitmap.c clipping.c 
	include        : user.h win.h winpos.h x11drv.h 
	windows        : dce.c defwnd.c nonclient.c painting.c scroll.c 
	                 win.c winpos.c 
	windows/x11drv : clipboard.c event.c keyboard.c mouse.c wnd.c 
Added files:
	dlls/x11drv    : scroll.c 

Log message:
	Create an X window for every window, including children.
	Fixed non-client rectangle calculations in managed mode.
	Added support for icon window in managed mode.

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

Revision  Changes    Path
 1.12     +1 -1      wine/dlls/ttydrv/ttydrv.spec
 1.10     +32 -33    wine/dlls/ttydrv/wnd.c
 1.23     +2 -0      wine/dlls/user/user_main.c
 1.14     +1 -0      wine/dlls/x11drv/Makefile.in
 1.2      +5 -2      wine/dlls/x11drv/desktop.c
 1.5      +820 -438  wine/dlls/x11drv/window.c
 1.4      +842 -913  wine/dlls/x11drv/winpos.c
 1.9      +3 -11     wine/dlls/x11drv/x11ddraw.c
 1.15     +3 -1      wine/dlls/x11drv/x11drv.spec
 1.1     +0 -0       wine/dlls/x11drv/scroll.c
 1.30     +1 -6      wine/graphics/x11drv/bitblt.c
 1.28     +4 -0      wine/graphics/x11drv/bitmap.c
 1.14     +99 -0     wine/graphics/x11drv/clipping.c
 1.23     +3 -1      wine/include/user.h
 1.43     +0 -30     wine/include/win.h
 1.13     +0 -1      wine/include/winpos.h
 1.80     +52 -19    wine/include/x11drv.h
 1.55     +17 -35    wine/windows/dce.c
 1.56     +1 -5      wine/windows/defwnd.c
 1.76     +293 -401  wine/windows/nonclient.c
 1.47     +34 -45    wine/windows/painting.c
 1.33     +3 -107    wine/windows/scroll.c
 1.131    +51 -94    wine/windows/win.c
 1.101    +6 -292    wine/windows/winpos.c
 1.33     +7 -16     wine/windows/x11drv/clipboard.c
 1.99     +235 -560  wine/windows/x11drv/event.c
 1.92     +10 -19    wine/windows/x11drv/keyboard.c
 1.27     +2 -7      wine/windows/x11drv/mouse.c
 1.76     +5 -373    wine/windows/x11drv/wnd.c





More information about the wine-cvs mailing list