Module: wine Branch: refs/heads/master Commit: db6608ac9f9bbc2ddd7f8bf201d1387d079dfd5f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=db6608ac9f9bbc2ddd7f8bf2...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 27 22:43:03 2006 +0200
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 | 123 ++--------------------------- dlls/x11drv/window.c | 60 +++++++++++--- dlls/x11drv/winex11.drv.spec | 3 + dlls/x11drv/x11drv.h | 2 dlls/x11drv/x11drv_main.c | 17 ---- programs/explorer/desktop.c | 144 +++++++++++++++++++++++++++++++--- programs/explorer/explorer.c | 10 -- programs/explorer/explorer_private.h | 2 8 files changed, 190 insertions(+), 171 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=db6608ac9f9bbc2ddd7f...