diff options
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);
|