Display the name of the started process in the desktop title.

oldstable
Uwe Bonnes 2002-06-13 19:11:21 +00:00 committed by Alexandre Julliard
parent c6228b36f9
commit f7635f3d3d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Window X11DRV_create_desktop( XVisualInfo *desktop_vi, const char *geometry )
{
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;