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/main.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/main.h')
-rw-r--r-- | Nudge/main.h | 71 |
1 files changed, 3 insertions, 68 deletions
diff --git a/Nudge/main.h b/Nudge/main.h index 74cbc9a..556ee00 100644 --- a/Nudge/main.h +++ b/Nudge/main.h @@ -3,61 +3,11 @@ /*
*
****************************/
-void RegisterToUpdate(void);
-
-/*
-*
-****************************/
-void RegisterToTrigger(void);
-
-/*
-*
-****************************/
-void LoadProtocols(void);
-
-/*
-*
-****************************/
-void LoadIcons(void);
-
-/*
-*
-****************************/
-static int LoadChangedIcons(WPARAM, LPARAM);
-
-/*
-*
-****************************/
-DWORD WINAPI ShakeClistWindow(LPVOID);
-
-/*
-*
-****************************/
-DWORD WINAPI ShakeChatWindow(LPVOID);
-
-/*
-*
-****************************/
-int ModulesLoaded(WPARAM,LPARAM);
-
-/*
-*
-****************************/
void Nudge_ShowPopup(CNudgeElement, HANDLE, TCHAR *);
/*
*
****************************/
-void Nudge_ShowEvent(CNudgeElement, HANDLE, DWORD timestamp);
-
-/*
-*
-****************************/
-void Nudge_SentEvent(CNudgeElement, HANDLE);
-
-/*
-*
-****************************/
void Nudge_ShowStatus(CNudgeElement, HANDLE, DWORD timestamp);
/*
@@ -68,29 +18,14 @@ void Nudge_SentStatus(CNudgeElement, HANDLE); /*
*
****************************/
-int Nudge_AddElement(char*, HANDLE);
-
-/*
-*
-****************************/
-int FreeVSApi();
-
-/*
-*
-****************************/
-int InitVSApi();
-
-/*
-*
-****************************/
-int TriggerActionRecv( DWORD actionID, REPORTINFO *ri);
+void Nudge_AddAccount(PROTOACCOUNT *proto);
/*
*
****************************/
-int TriggerActionSend( DWORD actionID, REPORTINFO *ri);
+void LoadPopupClass();
/*
*
****************************/
-void AutoResendNudge(void *wParam) ;
\ No newline at end of file +void AutoResendNudge(void *wParam) ;
|