From b2943645fed61d0c0cfee1225654e5ff44fd96f8 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 8 Oct 2012 04:58:04 +0000 Subject: - added password request dialog on skype login git-svn-id: http://svn.miranda-ng.org/main/trunk@1808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'protocols/Skype/src/skype_proto.h') diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 74bc4703c6..ea8d7129e0 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -110,9 +110,12 @@ protected: TCHAR* login; TCHAR* password; + bool rememberPassword; + void RequestPassword(); HANDLE signin_lock; - void __cdecl SignIn(void*); + void SignIn(); + void __cdecl SignInThread(void*); bool IsOnline(); @@ -229,4 +232,5 @@ protected: // dialog procs static INT_PTR CALLBACK SkypeAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam); static INT_PTR CALLBACK SkypeOptionsProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam); + static INT_PTR CALLBACK SkypePasswordProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); }; \ No newline at end of file -- cgit v1.2.3