diff options
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r-- | plugins/Popup/src/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index 89b670331c..60af91a679 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -2,9 +2,9 @@ Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
- © 2004-2007 Victor Pavlychko
- © 2010 MPK
- © 2010 Merlin_de
+© 2004-2007 Victor Pavlychko
+© 2010 MPK
+© 2010 Merlin_de
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __config_h__
typedef struct tagPOPUPOPTIONS {
-//==Page General====
+ //==Page General====
//Timeout
BYTE InfiniteDelay;
int Seconds;
@@ -52,7 +52,7 @@ typedef struct tagPOPUPOPTIONS { BYTE DisableWhenFullscreen;
//others
BYTE debug;
-//==Page Skins====
+ //==Page Skins====
LPTSTR SkinPack;
BYTE DisplayTime;
BYTE DropShadow;
@@ -60,13 +60,13 @@ typedef struct tagPOPUPOPTIONS { BYTE EnableAeroGlass;
BYTE UseWinColors;
BYTE UseMText;
-//==Page Actions====
+ //==Page Actions====
DWORD actions;
//Mouse Override
int overrideLeft;
int overrideRight;
int overrideMiddle;
-//==Page Advanced====
+ //==Page Advanced====
//History
BYTE EnableHistory;
WORD HistorySize;
@@ -186,7 +186,7 @@ struct DWM_BLURBEHIND BOOL fTransitionOnMaximized;
};
-extern HRESULT (WINAPI *MyDwmEnableBlurBehindWindow)(HWND hWnd, DWM_BLURBEHIND *pBlurBehind);
+extern HRESULT(WINAPI *MyDwmEnableBlurBehindWindow)(HWND hWnd, DWM_BLURBEHIND *pBlurBehind);
typedef struct TestStruct{
int cbSize;
|