diff options
Diffstat (limited to 'yapp/popwin.h')
-rw-r--r-- | yapp/popwin.h | 4 |
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)
|