wine/ dlls/ddraw/d3ddevice/mesa.c dlls/opengl3 ...

Alexandre Julliard julliard at winehq.com
Thu May 10 19:17:48 CDT 2001


ChangeSet ID:	98954026746108555002138
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/05/10 20:17:48

Modified files:
	dlls/ddraw/d3ddevice: mesa.c 
	dlls/opengl32  : wgl.c 
	dlls/x11drv    : x11ddraw.c x11drv_main.c xvidmode.c 
	graphics/x11drv: bitblt.c bitmap.c brush.c clipping.c dib.c 
	                 graphics.c init.c oembitmap.c opengl.c 
	                 palette.c text.c xfont.c 
	include        : x11drv.h 
	windows/x11drv : clipboard.c wnd.c 

Log message:
	Renamed display to gdi_display where it is used for GDI operations, to
	allow supporting multiple X connections.

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

Revision  Changes    Path
 1.11     +8 -8      wine/dlls/ddraw/d3ddevice/mesa.c
 1.15     +16 -16    wine/dlls/opengl32/wgl.c
 1.7      +3 -3      wine/dlls/x11drv/x11ddraw.c
 1.36     +7 -10     wine/dlls/x11drv/x11drv_main.c
 1.6      +12 -12    wine/dlls/x11drv/xvidmode.c
 1.29     +78 -79    wine/graphics/x11drv/bitblt.c
 1.27     +27 -28    wine/graphics/x11drv/bitmap.c
 1.19     +18 -25    wine/graphics/x11drv/brush.c
 1.13     +1 -1      wine/graphics/x11drv/clipping.c
 1.76     +74 -64    wine/graphics/x11drv/dib.c
 1.39     +126 -123  wine/graphics/x11drv/graphics.c
 1.37     +28 -32    wine/graphics/x11drv/init.c
 1.25     +4 -5      wine/graphics/x11drv/oembitmap.c
 1.4      +14 -16    wine/graphics/x11drv/opengl.c
 1.23     +41 -40    wine/graphics/x11drv/palette.c
 1.26     +12 -13    wine/graphics/x11drv/text.c
 1.72     +11 -11    wine/graphics/x11drv/xfont.c
 1.78     +4 -17     wine/include/x11drv.h
 1.30     +2 -2      wine/windows/x11drv/clipboard.c
 1.74     +9 -9      wine/windows/x11drv/wnd.c





More information about the wine-cvs mailing list