]> www.fi.muni.cz Git - evince.git/blob - evince-view.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / evince-view.h
1 /*
2 * Copyright © 2009 Christian Persch
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by the
6  * Free Software Foundation; either version 2.1 of the License, or (at your
7  * option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
12  * General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  */
18
19 #ifndef EVINCE_VIEW_H
20 #define EVINCE_VIEW_H
21
22 #define __EV_EVINCE_VIEW_H_INSIDE__
23
24 #include <libview/ev-job-scheduler.h>
25 #include <libview/ev-jobs.h>
26 #include <libview/ev-document-model.h>
27 #include <libview/ev-print-operation.h>
28 #include <libview/ev-view.h>
29 #include <libview/ev-view-type-builtins.h>
30 #include <libview/ev-stock-icons.h>
31
32 #undef __EV_EVINCE_VIEW_H_INSIDE__
33
34 #endif /* !EVINCE_VIEW_H */