Browse Source

Fixed #541 (rename ShowLegacyClockExpierience to ShowLegacyClockExperience)

pull/886/head
Valentin Radu 4 years ago
parent
commit
969413e5d9
  1. 8
      ExplorerPatcher/dllmain.c

8
ExplorerPatcher/dllmain.c

@ -1657,7 +1657,7 @@ DWORD ShouldShowLegacyClockExperience() @@ -1657,7 +1657,7 @@ DWORD ShouldShowLegacyClockExperience()
}
return 0;
}
BOOL ShowLegacyClockExpierience(HWND hWnd)
BOOL ShowLegacyClockExperience(HWND hWnd)
{
if (!hWnd)
{
@ -1701,7 +1701,7 @@ INT64 ClockButtonSubclassProc( @@ -1701,7 +1701,7 @@ INT64 ClockButtonSubclassProc(
{
if (!FindWindowW(L"ClockFlyoutWindow", NULL))
{
return ShowLegacyClockExpierience(hWnd);
return ShowLegacyClockExperience(hWnd);
}
else
{
@ -2809,7 +2809,7 @@ INT64 winrt_Windows_Internal_Shell_implementation_MeetAndChatManager_OnMessageHo @@ -2809,7 +2809,7 @@ INT64 winrt_Windows_Internal_Shell_implementation_MeetAndChatManager_OnMessageHo
{
if (!FindWindowW(L"ClockFlyoutWindow", NULL))
{
return ShowLegacyClockExpierience(FindWindowExW(FindWindowExW(hShellTray_Wnd, NULL, L"TrayNotifyWnd", NULL), NULL, L"TrayClockWClass", NULL));
return ShowLegacyClockExperience(FindWindowExW(FindWindowExW(hShellTray_Wnd, NULL, L"TrayNotifyWnd", NULL), NULL, L"TrayClockWClass", NULL));
}
else
{
@ -2843,7 +2843,7 @@ INT64 winrt_Windows_Internal_Shell_implementation_MeetAndChatManager_OnMessageHo @@ -2843,7 +2843,7 @@ INT64 winrt_Windows_Internal_Shell_implementation_MeetAndChatManager_OnMessageHo
{
if (!FindWindowW(L"ClockFlyoutWindow", NULL))
{
return ShowLegacyClockExpierience(hWnd);
return ShowLegacyClockExperience(hWnd);
}
else
{

Loading…
Cancel
Save