X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-dualscreen.h;h=9cd2355d21a168810a938bd3d7a3c8799aaeb6e2;hb=d3bc7b9497f6205eaa0c6dece068caff6411ce8c;hp=643a21e76f5d443dda0f8370c5f7ce0673abc55d;hpb=3ef022d148c7ddb762bb7ec483ef218d907bf143;p=evince.git diff --git a/shell/ev-dualscreen.h b/shell/ev-dualscreen.h index 643a21e7..9cd2355d 100644 --- a/shell/ev-dualscreen.h +++ b/shell/ev-dualscreen.h @@ -1,6 +1,11 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; c-indent-level: 8 -*- */ /* this file is part of evince, a gnome document viewer * + * Copyright (C) 2007 Johannes Buchner + * + * Author: + * Johannes Buchner + * Lukas Bezdicka <255993@mail.muni.cz> * * Evince is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -20,12 +25,8 @@ #ifndef EV_DUALSCREEN_H #define EV_DUALSCREEN_H -/*#include -#include -#include -#include "ev-window.h" -#include "ev-document.h"*/ #include "ev-window.h" +#include "ev-view-presentation.h" G_BEGIN_DECLS @@ -51,9 +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); +void ev_dscwindow_set_presentation (EvDSCWindow *ev_dscwindow, + EvWindow *presentation_window, + EvDocument *document, + EvViewPresentation *pview); EvDSCWindow* ev_dscwindow_get_control (void); G_END_DECLS