wine/programs/winecfg x11drvdlg.c winecfg.h wi ...

Alexandre Julliard julliard at winehq.org
Mon Sep 8 13:58:07 CDT 2003


ChangeSet ID:	9245
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/08 13:58:07

Modified files:
	programs/winecfg: x11drvdlg.c winecfg.h winecfg.c resource.h 
	                  properties.h properties.c main.c En.rc 

Log message:
	Mike Hearn <mike at theoretic.com>
	- Remove "PerfectGraphics", "Use XSHM extension", and "Use a private
	colour map".
	- Implement a simple transaction system for instant apply.
	- Complete the desktop size code, this now reads and writes to the
	registry correctly.
	- Remove const modifier from version accessor functions.
	- Change registry root to Wine/WineCfg for testing purposes.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9245

Old revision  New revision  Changes     Path
 1.2           1.3           +101 -29    wine/programs/winecfg/x11drvdlg.c
 1.5           1.6           +60 -4      wine/programs/winecfg/winecfg.h
 1.7           1.8           +141 -134   wine/programs/winecfg/winecfg.c
 1.3           1.4           +1 -0       wine/programs/winecfg/resource.h
 1.6           1.7           +4 -4       wine/programs/winecfg/properties.h
 1.3           1.4           +4 -4       wine/programs/winecfg/properties.c
 1.6           1.7           +17 -11     wine/programs/winecfg/main.c
 1.5           1.6           +13 -17     wine/programs/winecfg/En.rc




More information about the wine-cvs mailing list