diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-21 12:52:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-21 12:52:30 +0000 |
commit | c1e2b561b386a847411d9af65f64b649a3991fd7 (patch) | |
tree | 808bbc722fec6c4859e0332aae19c1c0a752ab57 /plugins/Scriver/src/chat/chat.h | |
parent | 9b119cadd74e1343cad493e8b366e69743a620d0 (diff) |
- total data reordering to unify the window processing;
- major cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat/chat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h index e3bde037eb..0c382107ea 100644 --- a/plugins/Scriver/src/chat/chat.h +++ b/plugins/Scriver/src/chat/chat.h @@ -59,12 +59,10 @@ struct LOGSTREAMDATA : public GCLogStreamDataBase BOOL isFirst;
};
-struct SESSION_INFO : public GCSessionInfoBase
+struct SESSION_INFO : public GCSessionInfoBase, public CommonWindowData
{
TCHAR szSearch[255];
int desiredInputAreaHeight;
-
- CommonWindowData windowData;
};
struct GlobalLogSettings : public GlobalLogSettingsBase
|