diff options
author | Goraf <goraf@miranda-ng.org> | 2013-10-11 20:53:23 +0000 |
---|---|---|
committer | Goraf <goraf@miranda-ng.org> | 2013-10-11 20:53:23 +0000 |
commit | 9b8ec8aeeb593644b053dc491818f37587293eae (patch) | |
tree | 0df68d63848d85b513db8a0f925e0b0e9fcf0ad2 /plugins/!NotAdopted/MagneticWindows/MagneticWindowsCore.h | |
parent | b4b33a756d9c5469007f3b4466a1cc21c6d2ddce (diff) |
* adopted
* compilable version
git-svn-id: http://svn.miranda-ng.org/main/trunk@6450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/MagneticWindows/MagneticWindowsCore.h')
-rw-r--r-- | plugins/!NotAdopted/MagneticWindows/MagneticWindowsCore.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/plugins/!NotAdopted/MagneticWindows/MagneticWindowsCore.h b/plugins/!NotAdopted/MagneticWindows/MagneticWindowsCore.h deleted file mode 100644 index 63d9b6a5e3..0000000000 --- a/plugins/!NotAdopted/MagneticWindows/MagneticWindowsCore.h +++ /dev/null @@ -1,45 +0,0 @@ -#include <windows.h>
-#include <commctrl.h>
-#include <stdio.h>
-#include "../include/newpluginapi.h"
-#include "../include/m_clist.h"
-#include "../include/m_clui.h"
-#include "../include/m_message.h"
-#include "../include/m_system.h"
-#include "../include/m_options.h"
-#include "../include/m_plugins.h"
-#include "../include/m_database.h"
-#include "../include/m_langpack.h"
-#include "m_MagneticWindows.h"
-#include "SnapToListService.h"
-#include "Options.h"
-#include "resource.h"
-
-
-typedef
- struct TDockingWindow {
- HWND hWnd;
- WNDPROC OldWindowProc;
- TDockingWindow* Next;
- } TDockingWindow, *PDockingWindow;
-typedef
- struct TRectList {
- RECT Rect;
- TRectList* Next;
- } TRectList, *PRectList;
-typedef
- struct {
- PDockingWindow WindowList;
- PRectList Rects;
- int MouseX, MouseY;
- bool SnappedX, SnappedY;
- } TWorkingVariables;
-
-
-
-extern HINSTANCE hInst;
-extern char ModuleName [];
-
-bool WindowOpen(HWND);
-bool WindowClose(HWND);
-bool WindowCloseAll();
\ No newline at end of file |