diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-27 12:41:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-27 12:41:48 +0000 |
commit | 79a1a399448f6942966054a347b1125bf38a3b68 (patch) | |
tree | 14297e0f02869d6bae44056807870342e31651fa /plugins/YAPP/src/common.h | |
parent | d114b204282ced93e141c4a95fb11ccdb5cee45c (diff) |
switch from custom YAPP constants to ones from m_popup.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@5150 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/common.h')
-rw-r--r-- | plugins/YAPP/src/common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/YAPP/src/common.h b/plugins/YAPP/src/common.h index ed6370c42b..209c441358 100644 --- a/plugins/YAPP/src/common.h +++ b/plugins/YAPP/src/common.h @@ -89,10 +89,4 @@ typedef int (CALLBACK *PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM); #define PDF_TCHAR PDF_UNICODE
-// windowProc messages
-#define PM_INIT (WM_USER + 0x0202) // message sent to your windowProc after the window has been initialized
-#define PM_DIENOTIFY (WM_USER + 0x0200) // message sent to your windowProc just before the window is destroyed (can be used e.g. to free your opaque data)
-
-#define PM_DESTROY (WM_USER + 0x0201) // send to the popup hWnd (use PostMessage generally, or SendMessage inside your windowProc) to kill it
-
void ShowPopup(PopupData &pd_in);
\ No newline at end of file |