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/popwin.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/popwin.h')
-rw-r--r-- | yapp/popwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yapp/popwin.h b/yapp/popwin.h index d532108..63038c4 100644 --- a/yapp/popwin.h +++ b/yapp/popwin.h @@ -19,7 +19,8 @@ void InitWindowStack(); void DeinitWindowStack();
void BroadcastMessage(UINT msg, WPARAM wParam, LPARAM lParam);
-int AvatarChanged(WPARAM wParam, LPARAM lParam); // exposed so hook/unhook is in main thread
+
+void RepositionWindows();
LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|