aboutsummaryrefslogtreecommitdiffstats
path: root/src/eom-main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-main-window.h')
-rw-r--r--src/eom-main-window.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/eom-main-window.h b/src/eom-main-window.h
index 4cecb50..d4ff74e 100644
--- a/src/eom-main-window.h
+++ b/src/eom-main-window.h
@@ -45,13 +45,15 @@ struct _EomMainWindow
GtkTreeIter iter;
GtkListStore *store;
+
+ int state;
};
GType eom_main_window_get_type(void);
GtkWidget *eom_main_window_new(void);
-void eom_main_window_load(EomMainWindow *self, GList *manga);
+void eom_main_window_load(EomMainWindow *self);
void eom_main_window_add_line(EomMainWindow *window,
gint id,
const gchar *name,