diff options
Diffstat (limited to 'yapp/message_pump.h')
-rw-r--r-- | yapp/message_pump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/message_pump.h b/yapp/message_pump.h index e57ed55..487c17e 100644 --- a/yapp/message_pump.h +++ b/yapp/message_pump.h @@ -14,7 +14,7 @@ void PostMPMessage(UINT msg, WPARAM, LPARAM); // will post a message to the message queue which will set the hwnd value
// and then set the event...so create an event, call this function and then wait on the event
// when the event is signalled, the hwnd will be valid
-void FindWindow(POPUPDATAW *pd, HANDLE hEvent, HWND *hwnd);
+void FindWindow(PopupData *pd, HANDLE hEvent, HWND *hwnd);
void InitMessagePump();
void DeinitMessagePump();
|