diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-19 08:54:00 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-19 08:54:00 +0000 |
commit | 9d19759010b01dad3f78123aff35a91891af64a4 (patch) | |
tree | 87443bd1b9bc666f1092c344e31a8c281d576de2 /plugins/SendScreenshotPlus/src/CSendDropbox.h | |
parent | 768e066ae359cb58a4b3359da1fe46074b201fe9 (diff) |
SendSS: Dropbox sending rework
git-svn-id: http://svn.miranda-ng.org/main/trunk@15393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSendDropbox.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.h b/plugins/SendScreenshotPlus/src/CSendDropbox.h index 0e439d57d0..cade8e9d8e 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.h +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.h @@ -38,8 +38,13 @@ class CSendDropbox : public CSend { int Send(); protected: + HANDLE m_hEvent; + HANDLE m_hDropHook; + HANDLE m_hDropSend; + void SendThread(); static void SendThreadWrapper(void *Obj); + static int OnDropSend(void*, WPARAM, LPARAM); }; //--------------------------------------------------------------------------- |