ChangeSet ID: 98539114690732747875154 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/03/23 18:45:46
Modified files: dlls/x11drv : x11drv_main.c documentation : wine.man.in documentation/samples: config graphics/x11drv: xfont.c include : options.h x11drv.h misc : options.c windows : dce.c win.c windows/x11drv : event.c wnd.c
Log message: Cleanup properly on x11drv unloading. Moved --synchronous option into config file. Removed --desktop, --display and --language command-line options.
Patch: http://cvs.winehq.com/patch.py?id=98539114690732747875154
Revision Changes Path 1.30 +53 -58 wine/dlls/x11drv/x11drv_main.c 1.27 +3 -16 wine/documentation/wine.man.in 1.9 +2 -0 wine/documentation/samples/config 1.70 +1 -1 wine/graphics/x11drv/xfont.c 1.33 +0 -3 wine/include/options.h 1.74 +1 -0 wine/include/x11drv.h 1.26 +1 -43 wine/misc/options.c 1.51 +1 -2 wine/windows/dce.c 1.122 +1 -1 wine/windows/win.c 1.92 +14 -6 wine/windows/x11drv/event.c 1.68 +1 -0 wine/windows/x11drv/wnd.c