X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-dualscreen.h;h=6db456aec28f5960b3d301f868f6d628a53dbbdb;hb=efec6a4b614de84b8639977f278159aa28c38994;hp=790e161e453e2b43d807ddb2c2e39d5c5d8793ba;hpb=f3731bd3bdbcdc18c53e0f74bdaac93311046352;p=evince.git diff --git a/shell/ev-dualscreen.h b/shell/ev-dualscreen.h index 790e161e..6db456ae 100644 --- a/shell/ev-dualscreen.h +++ b/shell/ev-dualscreen.h @@ -26,6 +26,7 @@ #include "ev-window.h" #include "ev-document.h"*/ #include "ev-window.h" +#include "ev-view-presentation.h" G_BEGIN_DECLS @@ -51,10 +52,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