From 88e6efae0b8867f14d59561f6503bfc41eb0d4d3 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 12 Dec 2013 08:33:21 +0000 Subject: MagneticWindows moved to deprecated git-svn-id: http://svn.miranda-ng.org/main/trunk@7134 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!Deprecated/MagneticWindows/src/Options.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/!Deprecated/MagneticWindows/src/Options.h (limited to 'plugins/!Deprecated/MagneticWindows/src/Options.h') diff --git a/plugins/!Deprecated/MagneticWindows/src/Options.h b/plugins/!Deprecated/MagneticWindows/src/Options.h new file mode 100644 index 0000000000..1e9affa629 --- /dev/null +++ b/plugins/!Deprecated/MagneticWindows/src/Options.h @@ -0,0 +1,16 @@ + +#define cDefaultSnapWidth 12 + +typedef + struct TOptions { + bool DoSnap; + int SnapWidth; + bool ScriverWorkAround; +} TOptions; + +extern TOptions Options; + +INT_PTR CALLBACK OptionsDlgProc(HWND, UINT, WPARAM, LPARAM); + +int InitOptions(WPARAM, LPARAM); +void LoadOptions(); \ No newline at end of file -- cgit v1.2.3