summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/globals.h')
-rw-r--r--plugins/Scriver/src/globals.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/Scriver/src/globals.h b/plugins/Scriver/src/globals.h
index 3c13eb37a3..db2b7c512e 100644
--- a/plugins/Scriver/src/globals.h
+++ b/plugins/Scriver/src/globals.h
@@ -110,12 +110,12 @@ struct GlobalMessageData
HBRUSH hInfobarBrush;
int toolbarPosition;
HWND hFocusWnd;
- DWORD logLineColour;
+ DWORD logLineColour;
int logPixelSX;
int logPixelSY;
- HICON hMsgIcon;
- HICON hMsgIconBig;
- HICON hIconChatBig;
+ HICON hMsgIcon;
+ HICON hMsgIconBig;
+ HICON hIconChatBig;
int minInputAreaHeight;
};
@@ -137,7 +137,6 @@ int ImageList_ReplaceIcon_Ex(HIMAGELIST hIml, int nIndex, int id);
int ImageList_AddIcon_ProtoEx(HIMAGELIST hIml, const char* szProto, int status);
void ReleaseIconSmart(HICON hIcon);
-extern struct GlobalMessageData *g_dat;
-void StreamInTestEvents(HWND hEditWnd, struct GlobalMessageData *gdat);
+void StreamInTestEvents(HWND hEditWnd, GlobalMessageData *gdat);
#endif