diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-09-06 23:29:03 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-09-06 23:29:03 +0000 |
commit | 123dcff490b3acaf2ce1bab93c08ccdaea43775a (patch) | |
tree | c90bcf7bb37b88088d284acf27c0662648bab737 /yapp/message_pump.h | |
parent | ffd5a2a14c665a6f42378ab961108dd4d80468ef (diff) |
Fixed crash on popup dismiss
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@470 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/message_pump.h')
-rw-r--r-- | yapp/message_pump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yapp/message_pump.h b/yapp/message_pump.h index 487c17e..52f7970 100644 --- a/yapp/message_pump.h +++ b/yapp/message_pump.h @@ -9,6 +9,7 @@ void PostMPMessage(UINT msg, WPARAM, LPARAM); #define MUM_NMUPDATE (WM_USER + 0x013)
#define MUM_NMREMOVE (WM_USER + 0x014)
+#define MUM_NMAVATAR (WM_USER + 0x015)
// given a popup data pointer, and a handle to an event, this function
// will post a message to the message queue which will set the hwnd value
|