diff options
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); }; //--------------------------------------------------------------------------- |