Windows Desktop Window
This project was aimed at supporting the standard Windows desktop window. It depends on the WineExplorer process.
An application like notepad can be opened in a new virtual desktop window with the following command:
wine explorer /desktop=ref,800x600 notepad
The virtual desktop window then has a size of 800x600 px and can be referenced by the string "ref" to open further applications in it. The reference of the virtual desktop opened by the option in winecfg is "default". For further invocations on the same reference the size argument is ignored.
Status
AlexandreJulliard completed the work in a series of patches:
http://www.winehq.org/pipermail/wine-cvs/2006-March/021456.html
http://www.winehq.org/pipermail/wine-cvs/2006-March/021458.html
http://www.winehq.org/pipermail/wine-cvs/2006-March/021471.html
http://www.winehq.org/pipermail/wine-cvs/2006-March/021472.html
http://www.winehq.org/pipermail/wine-cvs/2006-March/021475.html
This is part of IntegrationProjects
