From b0d7f419371c84e5ffcd391ac1e4fa779fef9262 Mon Sep 17 00:00:00 2001 From: slotwin Date: Fri, 16 May 2014 14:09:55 +0000 Subject: Scriver/options: move Line between messages color setting to Fonts and colors page code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@9195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/globals.h | 86 +++++++++++++++++++++---------------------- 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'plugins/Scriver/src/globals.h') diff --git a/plugins/Scriver/src/globals.h b/plugins/Scriver/src/globals.h index 9fce7a273c..58c94545c7 100644 --- a/plugins/Scriver/src/globals.h +++ b/plugins/Scriver/src/globals.h @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef SRMM_GLOBALS_H #define SRMM_GLOBALS_H -#define SMF_AUTOPOPUP 0x00000001 +#define SMF_AUTOPOPUP 0x00000001 #define SMF_STAYMINIMIZED 0x00000002 #define SMF_CLOSEONSEND 0x00000004 #define SMF_MINIMIZEONSEND 0x00000008 @@ -32,14 +32,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define SMF_SENDONENTER 0x00000100 #define SMF_SENDONDBLENTER 0x00000200 #define SMF_SHOWPROGRESS 0x00000400 -#define SMF_AVATAR 0x00000800 +#define SMF_AVATAR 0x00000800 #define SMF_STATUSICON 0x00002000 #define SMF_RTL 0x00004000 #define SMF_USEIEVIEW 0x00010000 -#define SMF_SHOWICONS 0x00020000 -#define SMF_HIDENAMES 0x00040000 -#define SMF_SHOWTIME 0x00080000 -#define SMF_SHOWDATE 0x00100000 +#define SMF_SHOWICONS 0x00020000 +#define SMF_HIDENAMES 0x00040000 +#define SMF_SHOWTIME 0x00080000 +#define SMF_SHOWDATE 0x00100000 #define SMF_LONGDATE 0x00200000 #define SMF_RELATIVEDATE 0x00400000 #define SMF_SHOWSECONDS 0x00800000 @@ -54,27 +54,27 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define SMF2_HIDEONETAB 0x00000002 #define SMF2_TABSATBOTTOM 0x00000004 #define SMF2_LIMITNAMES 0x00000008 -#define SMF2_SWITCHTOACTIVE 0x00000010 -#define SMF2_SEPARATECHATSCONTAINERS 0x00000020 -#define SMF2_TABCLOSEBUTTON 0x00000040 +#define SMF2_SWITCHTOACTIVE 0x00000010 +#define SMF2_SEPARATECHATSCONTAINERS 0x00000020 +#define SMF2_TABCLOSEBUTTON 0x00000040 #define SMF2_LIMITTABS 0x00000080 #define SMF2_LIMITCHATSTABS 0x00000100 -#define SMF2_HIDECONTAINERS 0x00000200 +#define SMF2_HIDECONTAINERS 0x00000200 #define SMF2_SHOWINFOBAR 0x00000400 #define SMF2_SHOWSTATUSBAR 0x00010000 #define SMF2_SHOWTITLEBAR 0x00020000 #define SMF2_SHOWTOOLBAR 0x00040000 -#define SMF2_USETRANSPARENCY 0x00080000 -#define SMF2_SHOWTYPING 0x01000000 -#define SMF2_SHOWTYPINGWIN 0x02000000 -#define SMF2_SHOWTYPINGTRAY 0x04000000 -#define SMF2_SHOWTYPINGCLIST 0x08000000 +#define SMF2_USETRANSPARENCY 0x00080000 +#define SMF2_SHOWTYPING 0x01000000 +#define SMF2_SHOWTYPINGWIN 0x02000000 +#define SMF2_SHOWTYPINGTRAY 0x04000000 +#define SMF2_SHOWTYPINGCLIST 0x08000000 #define SMF2_SHOWTYPINGSWITCH 0x10000000 typedef struct ImageListUsageEntry_tag { - int index; - int used; + int index; + int used; } ImageListUsageEntry; @@ -87,36 +87,36 @@ struct GlobalMessageData HANDLE hParentWindowList; ParentWindowData *lastParent; ParentWindowData *lastChatParent; - int limitNamesLength; - int activeAlpha; - int inactiveAlpha; - HMENU hMenuANSIEncoding; - int tabIconListUsageSize; - ImageListUsageEntry *tabIconListUsage; + int limitNamesLength; + int activeAlpha; + int inactiveAlpha; + HMENU hMenuANSIEncoding; + int tabIconListUsageSize; + ImageListUsageEntry *tabIconListUsage; TCmdList *draftList; - int smileyAddInstalled; - int popupInstalled; - int ieviewInstalled; - int buttonVisibility; - int chatBbuttonVisibility; - int limitTabsNum; - int limitChatsTabsNum; - int indentSize; + int smileyAddInstalled; + int popupInstalled; + int ieviewInstalled; + int buttonVisibility; + int chatBbuttonVisibility; + int limitTabsNum; + int limitChatsTabsNum; + int indentSize; HIMAGELIST hTabIconList; HIMAGELIST hButtonIconList; HIMAGELIST hChatButtonIconList; HIMAGELIST hHelperIconList; HIMAGELIST hSearchEngineIconList; - HBRUSH hInfobarBrush; - int toolbarPosition; - HWND hFocusWnd; - DWORD logLineColour; - int logPixelSX; - int logPixelSY; - HICON hMsgIcon; - HICON hMsgIconBig; - HICON hIconChatBig; - int minInputAreaHeight; + HBRUSH hInfobarBrush; + int toolbarPosition; + HWND hFocusWnd; + DWORD logLineColour; + int logPixelSX; + int logPixelSY; + HICON hMsgIcon; + HICON hMsgIconBig; + HICON hIconChatBig; + int minInputAreaHeight; }; int IconsChanged(WPARAM wParam, LPARAM lParam); @@ -129,12 +129,12 @@ void ReleaseIcons(); void LoadGlobalIcons(); HICON GetCachedIcon(const char *name); void RegisterFontServiceFonts(); -int ScriverRestoreWindowPosition(HWND hwnd,MCONTACT hContact,const char *szModule,const char *szNamePrefix, int flags, int showCmd); +int ScriverRestoreWindowPosition(HWND hwnd, MCONTACT hContact, const char *szModule, const char *szNamePrefix, int flags, int showCmd); int ImageList_AddIcon_Ex(HIMAGELIST hIml, int id); int ImageList_AddIcon_Ex2(HIMAGELIST hIml, HICON hIcon); int ImageList_ReplaceIcon_Ex(HIMAGELIST hIml, int nIndex, int id); -int ImageList_AddIcon_ProtoEx(HIMAGELIST hIml, const char* szProto, int status); +int ImageList_AddIcon_ProtoEx(HIMAGELIST hIml, const char *szProto, int status); void StreamInTestEvents(HWND hEditWnd, GlobalMessageData *gdat); -- cgit v1.2.3