Display the name of the started process in the desktop title.
This commit is contained in:
parent
c6228b36f9
commit
f7635f3d3d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue