x11drv: Moved desktop mode handling to the explorer process.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 27 Mar 2006 20:43:03 +0000 (22:43 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Mar 2006 20:43:03 +0000 (22:43 +0200)
commitdb6608ac9f9bbc2ddd7f8bf201d1387d079dfd5f
treecb89dd506748fa72610e07adeb7c165c804b9e47
parentba1517fa80458d4cdf4a54e56d8178ac4d2918cf
x11drv: Moved desktop mode handling to the explorer process.

Per-application desktop mode settings are no longer supported.  Apps
can be launched in a specific desktop window by using:

  explorer /desktop=name[,widthxheight] app.exe [args]

If the named desktop already exists the app is launched inside it. The
default desktop is cleverly named "default".
dlls/x11drv/desktop.c
dlls/x11drv/window.c
dlls/x11drv/winex11.drv.spec
dlls/x11drv/x11drv.h
dlls/x11drv/x11drv_main.c
programs/explorer/desktop.c
programs/explorer/explorer.c
programs/explorer/explorer_private.h