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/popwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yapp/popwin.h') diff --git a/yapp/popwin.h b/yapp/popwin.h index 951a6ba..d532108 100644 --- a/yapp/popwin.h +++ b/yapp/popwin.h @@ -1,11 +1,11 @@ #ifndef _POPWIN_INC #define _POPWIN_INC -#define POP_WIN_CLASS _T(MODULE) _T("WinClass") +#define POP_WIN_CLASS _T(MODULE) _T("YAPPWindowClass") #define PUM_SETTEXT (WM_USER + 0x020) #define PUM_GETCONTACT (WM_USER + 0x021) -#define PUM_GETPLUGINDATA (WM_USER + 0x022) +#define PUM_GETOPAQUE (WM_USER + 0x022) #define PUM_CHANGE (WM_USER + 0x023) #define PUM_MOVE (WM_USER + 0x024) #define PUM_GETHEIGHT (WM_USER + 0x025) -- cgit v1.2.3