• Alexandre Julliard's avatar
    x11drv: Moved desktop mode handling to the explorer process. · db6608ac
    Alexandre Julliard authored
    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".
    db6608ac
explorer.c 5.37 KB