mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-19 01:04:08 +01:00
Fixed #525 (3)
This commit is contained in:
parent
f154cc1d06
commit
ef7ee79169
@ -3464,7 +3464,7 @@ DWORD WindowSwitcher(DWORD unused)
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
Sleep(5000);
|
||||
//Sleep(5000);
|
||||
sws_ReadSettings(NULL);
|
||||
if (sws_IsEnabled)
|
||||
{
|
||||
@ -3475,6 +3475,7 @@ DWORD WindowSwitcher(DWORD unused)
|
||||
return 0;
|
||||
}
|
||||
sws_WindowSwitcher_InitializeDefaultSettings(sws);
|
||||
sws->dwWallpaperSupport = SWS_WALLPAPERSUPPORT_EXPLORER;
|
||||
sws_ReadSettings(sws);
|
||||
err = sws_error_Report(sws_error_GetFromInternalError(sws_WindowSwitcher_Initialize(&sws, FALSE)), NULL);
|
||||
if (err == SWS_ERROR_SUCCESS)
|
||||
|
2
libs/sws
2
libs/sws
@ -1 +1 @@
|
||||
Subproject commit 8b8021566bb05719207bf9e38ca00be2b164f12f
|
||||
Subproject commit ead254acab3b49c6525c9953a2540bf32e8ad1ac
|
Loading…
x
Reference in New Issue
Block a user