diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-17 18:17:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-17 18:17:10 +0000 |
commit | 1c6e6e286bbe94a091361853935e10b8fc0a7dfc (patch) | |
tree | 9f76e10b09d3e657683790b54b3ad3b3e24a3a3d /plugins/Scriver/src/chat/chat.h | |
parent | 115f98866ceca0b37b9009f6bc1201f873cc5de4 (diff) |
- unused module removed from Scriver;
- window data for a chat session is now filled properly
git-svn-id: http://svn.miranda-ng.org/main/trunk@7692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat/chat.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h index 323f8cf9ea..00598c44e1 100644 --- a/plugins/Scriver/src/chat/chat.h +++ b/plugins/Scriver/src/chat/chat.h @@ -61,7 +61,6 @@ struct LOGSTREAMDATA : public GCLogStreamDataBase struct SESSION_INFO : public GCSessionInfoBase
{
- char* pszHeader;
TCHAR szSearch[255];
int desiredInputAreaHeight;
@@ -81,24 +80,22 @@ typedef struct{ }
COLORCHOOSER;
-//main.c
+// main.c
void UpgradeCheck(void);
-//colorchooser.c
+// colorchooser.c
INT_PTR CALLBACK DlgProcColorToolWindow(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
-//log.c
+// log.c
void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO *si, BOOL bRedraw);
void LoadMsgLogBitmaps(void);
void FreeMsgLogBitmaps(void);
TCHAR* GetChatLogsFilename (HANDLE hContact, time_t tTime);
-char* Log_CreateRtfHeader(MODULEINFO * mi, SESSION_INFO *si);
-//window.c
-INT_PTR CALLBACK RoomWndProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam);
+// window.c
int GetTextPixelSize( TCHAR* pszText, HFONT hFont, BOOL bWidth);
-//options.c
+// options.c
int OptionsInit(void);
// services.c
|