aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 07:07:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 07:07:25 +0000
commitd305261737eb9d6917e4d9bab0390b771ca6f992 (patch)
treeeaec0beb145e75dc56d236659852ce2af39fb4a6 /src/mainwindow.h
parentc7f311faa65a86d9751d536cb0ea6f755133471c (diff)
separated some enums to reduce dependency.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@535 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 01f9c552..3184ca8b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -27,6 +27,7 @@
typedef struct _MainWindow MainWindow;
+#include "enums.h"
#include "folderview.h"
#include "summaryview.h"
#include "headerview.h"
@@ -42,14 +43,6 @@ typedef enum
SEPARATE_BOTH = (SEPARATE_FOLDER | SEPARATE_MESSAGE)
} SeparateType;
-typedef enum
-{
- TOOLBAR_NONE = 0,
- TOOLBAR_ICON = 1,
- TOOLBAR_TEXT = 2,
- TOOLBAR_BOTH = 3
-} ToolbarStyle;
-
struct _MainWindow
{
SeparateType type;