Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
authorJohannes Buchner <buchner.johannes@gmx.at>2007-07-27 05:41:22 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-27 05:41:22 (GMT)
commit06e8fe2d26f02fd17a4dc19ea10d7ee00dc33243 (patch)
tree67f713b130459a3805e2535bfd3a761b501cad55 /shell/ev-window.h
parent0316bea7b62a35a692afad8cef9ecfb4a1d6a4f5 (diff)
Reorganizes utility functions.
2007-07-27 Johannes Buchner <buchner.johannes@gmx.at> * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi): * shell/ev-utils.h: * shell/ev-view.c: (ev_view_set_zoom_for_size), (ev_view_update_view_size): * shell/ev-view.h: * shell/ev-window.c: (ev_window_update_actions), (setup_view_from_metadata), (ev_window_screen_changed), (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb), (zoom_control_changed_cb): * shell/ev-window.h: Reorganizes utility functions. svn path=/trunk/; revision=2582
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index d269b7d..0b8158f 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -25,6 +25,7 @@
#include <glib-object.h>
#include <gtk/gtkwindow.h>
+#include <gtk/gtkscrolledwindow.h>
#include "ev-link.h"
#include "ev-page-cache.h"
@@ -88,4 +89,3 @@ void ev_window_print_range (EvWindow *ev_window,
G_END_DECLS
#endif /* !EV_WINDOW_H */
-