]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-dualscreen.h
[dualscreen] cleanup
[evince.git] / shell / ev-dualscreen.h
index 790e161e453e2b43d807ddb2c2e39d5c5d8793ba..356998761bba247cd67c0083988315abe12c56d1 100644 (file)
 #ifndef EV_DUALSCREEN_H
 #define EV_DUALSCREEN_H
 
-/*#include <gtk/gtk.h>
-#include <glib.h>
-#include <glib/gi18n.h>
-#include "ev-window.h"
-#include "ev-document.h"*/
 #include "ev-window.h"
+#include "ev-view-presentation.h"
 
 G_BEGIN_DECLS
 
@@ -51,10 +47,10 @@ struct _EvDSCWindowClass {
 
 GType          ev_dscwindow_get_type   (void);
 GtkWidget      *ev_dscwindow_new (void);
-void           ev_dscwindow_set_presentation (EvDSCWindow      *ev_dscwindow,
-                                               EvWindow        *presentation_window,
-                                               EvDocument      *document,
-                                               GtkWidget       *pview);
+void           ev_dscwindow_set_presentation (EvDSCWindow              *ev_dscwindow,
+                                               EvWindow                *presentation_window,
+                                               EvDocument              *document,
+                                               EvViewPresentation      *pview);
 EvDSCWindow*    ev_dscwindow_get_control (void);
 
 G_END_DECLS