diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-24 20:50:18 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-24 20:50:18 +0000 |
commit | 85863331bd2920991e8e7093a472e60d749b4a7a (patch) | |
tree | 09e055b2e4a11299993dcc620e6618ae30ffd573 /Nudge/headers.h | |
parent | d185b144ca91d835fbf442d1198bddf4c70f8db7 (diff) |
patch by FREAK_THEMIGHTY:
- fixed navigation in options
+ new option: "Open message window"
+ New option: "Open contact list"
+ new option: "Respect ignore settings (status changes)"
* status changes are now stored in UTF8
- Removed popup on sending nudges (on popular request)
* popup options are moved into popup classes, needs a recent version of popup+ or YAPP
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@251 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Nudge/headers.h')
-rw-r--r-- | Nudge/headers.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Nudge/headers.h b/Nudge/headers.h index 9753adf..810edc6 100644 --- a/Nudge/headers.h +++ b/Nudge/headers.h @@ -28,24 +28,18 @@ #include <windows.h>
#include <commctrl.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <time.h>
-#include <stddef.h>
-#include <process.h>
-#define MIRANDA_VER 0x1000
+#define MIRANDA_VER 0x0A00
#include <newpluginapi.h> //CallService,UnHookEvent
-#include <m_utils.h> //window broadcasting
#include <m_clist.h>
#include <m_langpack.h>
#include <m_system.h>
#include <m_popup.h>
#include <m_clui.h>
#include <m_message.h>
-#include <m_contacts.h>
#include <m_protocols.h>
-#include <m_protomod.h>
+#include <m_ignore.h>
#include <m_options.h>
#include <m_skin.h>
#include <m_database.h>
@@ -61,8 +55,7 @@ /*
*
****************************/
-void InitOptions();
-void UninitOptions();
+int NudgeOptInit(WPARAM wParam,LPARAM lParam);
/*
*
|