summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-24 22:52:54 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-24 22:52:54 +0000
commita5d58f74315af7451155d7976311ecd30627445f (patch)
treeaa65f22698cdb25d8cd45fbfe917feafd54b9c77 /plugins/NewXstatusNotify/src/common.h
parent6fa9fbede243e62afc1a6e5aaeb1fe20f7ff4274 (diff)
fix for hanging in NewXstatusNotify's popups
git-svn-id: http://svn.miranda-ng.org/main/trunk@5129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/common.h')
-rw-r--r--plugins/NewXstatusNotify/src/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/common.h b/plugins/NewXstatusNotify/src/common.h
index 78cdc6b807..a80d4ddab8 100644
--- a/plugins/NewXstatusNotify/src/common.h
+++ b/plugins/NewXstatusNotify/src/common.h
@@ -71,8 +71,6 @@
#define MODULE "NewStatusNotify"
-#define WM_AWAYMSG WM_USER + 0x0192
-
#define MAX_STATUSTEXT 36
#define MAX_STANDARDTEXT 36
#define MAX_SKINSOUNDNAME 36
@@ -118,6 +116,7 @@ typedef struct tagPLUGINDATA
{
WORD newStatus;
WORD oldStatus;
+ HWND hWnd;
HANDLE hAwayMsgProcess;
HANDLE hAwayMsgHook;
} PLUGINDATA;