Update gui.c
This commit is contained in:
parent
a2452341de
commit
9e44d33f34
|
@ -1230,16 +1230,16 @@ _FX HWND Gui_CreateWindowExW(
|
|||
HWND hwndResult;
|
||||
|
||||
//
|
||||
// under Sandboxie 4 the Chrome sandbox child process gets confused
|
||||
// Under Sandboxie 4, the Chrome sandbox child process gets confused
|
||||
// (reason not known) and creates some top level windows, for which it
|
||||
// does not process messages. this causes DDE message broadcast to
|
||||
// hang for several seconds. to workaround this, we cause the windows
|
||||
// does not process messages. This causes DDE message broadcast to
|
||||
// hang for several seconds. To workaround this, we cause the windows
|
||||
// to be created as message-only windows
|
||||
//
|
||||
// note: the desktop window was made accessible in early v4 builds
|
||||
// but this code is still here to handle any other parent windows
|
||||
//
|
||||
// note: this code breaks chrome hw acceleration, so its no longer used
|
||||
// note: this code breaks Chrome hw acceleration, so it is no longer used
|
||||
//
|
||||
|
||||
/*if (Dll_ChromeSandbox) {
|
||||
|
@ -2621,4 +2621,4 @@ _FX BOOLEAN ComDlg32_Init(HMODULE hModule)
|
|||
//}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue