summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-22 16:28:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-22 16:28:26 +0000
commit71a4796dc3dbf8a7fe1df5c5d7acea388b40eae0 (patch)
tree0fba71173e48e99c010549949e6872d8299d433b /gtk2_ardour/utils.h
parent43bcb7f72b8ea64bab7861ff24d488d4d09a7293 (diff)
forward port of 7539 from 2.x
git-svn-id: svn://localhost/ardour2/branches/3.0@7667 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index cac21b4ffa..fe0627cd49 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -104,4 +104,7 @@ std::string escape_underscores (std::string const &);
void control_link (PBD::ScopedConnectionList& scl, boost::shared_ptr<PBD::Controllable> c, Gtk::Adjustment& a);
+int physical_screen_height (Glib::RefPtr<Gdk::Window>);
+int physical_screen_width (Glib::RefPtr<Gdk::Window>);
+
#endif /* __ardour_gtk_utils_h__ */