summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-05 21:11:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-05 21:11:35 +0300
commitd3078120b812849fbc823f90b23fd95f1d286398 (patch)
treeff271cc38b5e7765f0ecbaa90dc8287c42a2563c /plugins/Scriver/src/stdafx.h
parent38e9a47650627d9130977b0ff719d5fc8ede6277 (diff)
Scriver: "entry area min size in lines" setting doesn't work
Diffstat (limited to 'plugins/Scriver/src/stdafx.h')
-rw-r--r--plugins/Scriver/src/stdafx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h
index 0305e13fe7..ff98862e51 100644
--- a/plugins/Scriver/src/stdafx.h
+++ b/plugins/Scriver/src/stdafx.h
@@ -89,13 +89,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern HWND SM_FindWindowByContact(MCONTACT hContact);
extern HINSTANCE g_hInst;
-extern void ChangeStatusIcons();
-extern void LoadInfobarFonts();
extern HCURSOR hDragCursor;
extern ITaskbarList3 *pTaskbarInterface;
extern HMENU g_hMenu;
extern HANDLE hHookWinPopup, hHookWinWrite, hHookWinEvt;
+void ChangeStatusIcons();
+void LoadInfobarFonts();
+
#define SPLITTER_HEIGHT 4
#define TOOLBAR_HEIGHT 24
#define INFO_BAR_HEIGHT 54