summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/input.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-05 20:20:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-05 20:20:14 +0300
commit7e71db53bdd51a213e9262723d52957a0961793d (patch)
treee23f78dd8739580c739c45d6e1990f90e5d8c040 /plugins/Scriver/src/input.h
parent3c78e3b9659ea8903d46cdcc0d95288e65f50e0b (diff)
Scriver -> core splitters
also: - structure of Scriver SRMM classes redesigned to avoid problems with MS compilers; - unused cursors removed; - now splitter position is being saved & restored;
Diffstat (limited to 'plugins/Scriver/src/input.h')
-rw-r--r--plugins/Scriver/src/input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Scriver/src/input.h b/plugins/Scriver/src/input.h
index 0761140346..067820a2fe 100644
--- a/plugins/Scriver/src/input.h
+++ b/plugins/Scriver/src/input.h
@@ -23,8 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef INPUT_H
#define INPUT_H
-extern void InputAreaContextMenu(HWND hwnd, WPARAM wParam, LPARAM lParam, MCONTACT hContact);
-extern void RegisterKeyBindings();
-extern int InputAreaShortcuts(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, CommonWindowData *windowData);
+void InputAreaContextMenu(HWND hwnd, WPARAM wParam, LPARAM lParam, MCONTACT hContact);
+void RegisterKeyBindings();
+int InputAreaShortcuts(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, CScriverWindow *windowData);
#endif