X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-dualscreen.h;h=643a21e76f5d443dda0f8370c5f7ce0673abc55d;hb=69aaec8ae6f35af108718e904674e07589ebf302;hp=4c884324c39587079a0640851a7302c28af3723e;hpb=f2366d56fd604175c94a14a4e597984424c73dd6;p=evince.git diff --git a/shell/ev-dualscreen.h b/shell/ev-dualscreen.h index 4c884324..643a21e7 100644 --- a/shell/ev-dualscreen.h +++ b/shell/ev-dualscreen.h @@ -25,6 +25,7 @@ #include #include "ev-window.h" #include "ev-document.h"*/ +#include "ev-window.h" G_BEGIN_DECLS @@ -50,9 +51,10 @@ struct _EvDSCWindowClass { GType ev_dscwindow_get_type (void); GtkWidget *ev_dscwindow_new (void); -void ev_dscwindow_set_presentation (EvDSCWindow * self, - EvWindow *presentation_window); -/*EvDSCWindow* ev_dscwindow_get_control (void);*/ +void ev_dscwindow_set_presentation (EvDSCWindow *ev_dscwindow, + EvWindow *presentation_window, + EvDocument *document); +EvDSCWindow* ev_dscwindow_get_control (void); G_END_DECLS