mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
win7 uses soft rendering by default (#10139)
win7 vm got black screen on remote window with texture rendering Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -222,6 +222,11 @@ extern "C"
|
||||
return IsWindowsServer();
|
||||
}
|
||||
|
||||
bool is_windows_10_or_greater()
|
||||
{
|
||||
return IsWindows10OrGreater();
|
||||
}
|
||||
|
||||
HANDLE LaunchProcessWin(LPCWSTR cmd, DWORD dwSessionId, BOOL as_user, DWORD *pDwTokenPid)
|
||||
{
|
||||
HANDLE hProcess = NULL;
|
||||
|
||||
Reference in New Issue
Block a user