summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVlad Mironov <mironych@googlemail.com>2014-12-11 02:52:24 +0000
committerVlad Mironov <mironych@googlemail.com>2014-12-11 02:52:24 +0000
commit16bcfe9d2e4fed9d178c0e4f424ce7916707aa72 (patch)
treeb393a96a213704cd1ac3694fde04ce9de8e022dd /plugins
parentd14b3fed02275f2f717313f6e2e09041a5c53cad (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Clist_modern/src/modern_clisttray.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Clist_modern/src/modern_clisttray.cpp b/plugins/Clist_modern/src/modern_clisttray.cpp
index b02851a82c..f8681784ea 100644
--- a/plugins/Clist_modern/src/modern_clisttray.cpp
+++ b/plugins/Clist_modern/src/modern_clisttray.cpp
@@ -28,15 +28,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "hdr/modern_commonprototypes.h"
#include "hdr/modern_statusbar.h"
-int cliShowHide(WPARAM wParam, LPARAM lParam);
int g_mutex_bOnTrayRightClick = 0;
-
BOOL g_bMultiConnectionMode = FALSE;
-static VOID CALLBACK RefreshTimerProc(HWND hwnd,UINT message,UINT idEvent,DWORD dwTime); ///// by FYR
static HMENU hMainMenu, hStatusMenu;
static HANDLE hTrayMenuObject;
BOOL IS_WM_MOUSE_DOWN_IN_TRAY;
-
BOOL g_trayTooltipActive = FALSE;
POINT tray_hover_pos = {0};