summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index 7cf1dc2de..f06ad2f6d 100644
--- a/src/document.h
+++ b/src/document.h
@@ -31,6 +31,7 @@ namespace Avoid {
class Router;
}
+struct NRRect;
struct SPDesktop;
struct SPItem;
struct SPObject;
@@ -120,6 +121,8 @@ public:
void reset_key (void *dummy);
sigc::connection _selection_changed_connection;
sigc::connection _desktop_activated_connection;
+
+ void SPDocument::fitToRect(NRRect const & rect);
};
SPDocument *sp_document_new (const gchar *uri, unsigned int keepalive, bool make_new = false);