summaryrefslogtreecommitdiff
path: root/tipper/message_pump.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-10-05 05:26:45 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-10-05 05:26:45 +0000
commit4bde5895768659f0d1dad4dddc700ea44d4f96f8 (patch)
treedbc78be0fd59f2b8513f32677c8deceedbe8088e /tipper/message_pump.h
parentc70ecdbda0728b168f43454c5671317de17629f6 (diff)
Completed split up of Unicode and ANSI version
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@542 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/message_pump.h')
-rw-r--r--tipper/message_pump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tipper/message_pump.h b/tipper/message_pump.h
index f72d5bc..fe59dad 100644
--- a/tipper/message_pump.h
+++ b/tipper/message_pump.h
@@ -7,6 +7,7 @@ void PostMPMessage(UINT msg, WPARAM, LPARAM);
#define MUM_DELETEPOPUP (WM_USER + 0x012)
#define MUM_GOTSTATUS (WM_USER + 0x013)
#define MUM_GOTAVATAR (WM_USER + 0x014)
+#define MUM_REDRAW (WM_USER + 0x015)
extern HMODULE hUserDll;
extern BOOL (WINAPI *MySetLayeredWindowAttributes)(HWND,COLORREF,BYTE,DWORD);