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=3ef022d148c7ddb762bb7ec483ef218d907bf143;hp=c884f58932341502d28afb7140cc2fc173ea54b0;hpb=dd1329596e725e96f991d9d0c1944ff0887f561a;p=evince.git diff --git a/shell/ev-dualscreen.h b/shell/ev-dualscreen.h index c884f589..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,10 +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, - EvDocument *document); -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