summaryrefslogtreecommitdiff
path: root/plugins/BossKeyPlus/src/BossKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BossKeyPlus/src/BossKey.h')
-rw-r--r--plugins/BossKeyPlus/src/BossKey.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/plugins/BossKeyPlus/src/BossKey.h b/plugins/BossKeyPlus/src/BossKey.h
index b28d22efdd..f7b71b3db5 100644
--- a/plugins/BossKeyPlus/src/BossKey.h
+++ b/plugins/BossKeyPlus/src/BossKey.h
@@ -2,20 +2,20 @@
BossKey - Hide Miranda from your boss :)
Copyright (C) 2002-2003 Goblineye Entertainment, (C) 2007-2010 Billy_Bons
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
#pragma once
@@ -88,11 +88,11 @@ extern HINSTANCE g_hInstance;
extern bool g_bWindowHidden;
extern UINT minutes;
-int OptsDlgInit(WPARAM wParam,LPARAM lParam);
+int OptsDlgInit(WPARAM wParam, LPARAM lParam);
INT_PTR BossKeyHideMiranda(WPARAM wParam, LPARAM lParam);
void BossKeyMenuItemInit(void);
void BossKeyMenuItemUnInit(void);
-TCHAR *GetBossKeyText(void);
+static TCHAR *GetBossKeyText(void);
void InitIdleTimer(void);
void UninitIdleTimer(void);
TCHAR* GetDefStatusMsg(unsigned uMode, const char* szProto);
@@ -104,4 +104,4 @@ typedef struct HWND_ITEM_TYPE
HWND_ITEM_TYPE *next;
} HWND_ITEM;
-typedef HRESULT (WINAPI *PFNDwmIsCompositionEnabled)(BOOL *);
+typedef HRESULT(WINAPI *PFNDwmIsCompositionEnabled)(BOOL *);