Changelog: dlls/x11drv/desktop.c: X11DRV_create_desktop Display the name of the started process in Desktop Title -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- Index: wine/dlls/x11drv/desktop.c =================================================================== RCS file: /home/wine/wine/dlls/x11drv/desktop.c,v retrieving revision 1.6 diff -u -w -r1.6 desktop.c --- wine/dlls/x11drv/desktop.c 9 Mar 2002 23:44:35 -0000 1.6 +++ wine/dlls/x11drv/desktop.c 11 Jun 2002 07:59:34 -0000 @@ -113,7 +113,7 @@ { int x = 0, y = 0, flags; unsigned int width = 640, height = 480; /* Default size = 640x480 */ - char *name = "Wine desktop"; + char *name = GetCommandLineA(); XSizeHints *size_hints; XWMHints *wm_hints; XClassHint *class_hints;