From 3c50a9aa27d2138b757dd7822841c106f4c99b18 Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 20 Jul 2007 17:26:51 +0000 Subject: convert to new popup api (see m_yapp.h in yapp/docs) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@297 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/message_pump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yapp/message_pump.h') 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(); -- cgit v1.2.3