summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/common.h
diff options
context:
space:
mode:
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;