80d005e33e
If I run a GUI program inside mintty using winpty, the GUI's window should appear on the same desktop as mintty, not on the hidden desktop containing the winpty console. Even though STARTUPINFO.lpDesktop's type is LPTSTR (instead of LPCTSTR), the documentation doesn't say anything about CreateProcess modifying the lpDesktop string, so I didn't bother making a copy of desktop.c_str(). |
||
---|---|---|
.. | ||
Makefile | ||
winpty.cc | ||
WinPtyDebugClient.cc |