From 9ec3c7e78e560356066b272ad7a38d3d333de1b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 May 2018 14:57:51 +0300 Subject: global variable name standardization --- plugins/Nudge/src/main.cpp | 2 +- plugins/Nudge/src/shake.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Nudge/src') diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index e4eaf555c9..b74ec95f5b 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -85,7 +85,7 @@ static INT_PTR NudgeSend(WPARAM hContact, LPARAM lParam) void OpenContactList() { - HWND hWnd = g_CLI.hwndContactList; + HWND hWnd = g_clistApi.hwndContactList; ShowWindow(hWnd, SW_RESTORE); ShowWindow(hWnd, SW_SHOW); } diff --git a/plugins/Nudge/src/shake.cpp b/plugins/Nudge/src/shake.cpp index afcb4181f8..f9c9bc3e2e 100644 --- a/plugins/Nudge/src/shake.cpp +++ b/plugins/Nudge/src/shake.cpp @@ -31,7 +31,7 @@ void __cdecl ShakeClistWindow(void *Param) INT_PTR ShakeClist(WPARAM, LPARAM) { - mir_forkthread(ShakeClistWindow, (void*)g_CLI.hwndContactList); + mir_forkthread(ShakeClistWindow, (void*)g_clistApi.hwndContactList); return 0; } -- cgit v1.2.3