summaryrefslogtreecommitdiff
path: root/yapp/popwin.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-20 17:26:51 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-20 17:26:51 +0000
commit3c50a9aa27d2138b757dd7822841c106f4c99b18 (patch)
tree917724117c74653fddd7b827d58b52a8ae61fdde /yapp/popwin.h
parentc1f612cb53815b465cbad009c8dc45223291834d (diff)
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
Diffstat (limited to 'yapp/popwin.h')
-rw-r--r--yapp/popwin.h4
1 files changed, 2 insertions, 2 deletions
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)