summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 7db85c3..d0356f0 100644
--- a/src/window.h
+++ b/src/window.h
@@ -30,6 +30,7 @@ typedef struct _MqWindowClass MqWindowClass;
#include "application.h"
#include "config/config.h"
+#include "notebook.h"
#include "tab-page.h"
G_BEGIN_DECLS
@@ -58,6 +59,9 @@ mq_window_quit(MqWindow *window);
MqApplication *
mq_window_get_application(MqWindow *window) G_GNUC_PURE;
+MqNotebook *
+mq_window_get_notebook(MqWindow *window) G_GNUC_PURE;
+
void
mq_window_toggle_fullscreen(MqWindow *window);