Commit f7635f3d authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

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

parent c6228b36
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment