Code

it was a very stupid idea to sort all combos without asking - this broke the blend...
[inkscape.git] / src / ui / previewable.h
index 86ee71ca538a1f3e56f338c1fcfc6f9585963cbe..c517e4f28d1540443d34b0a9b47e4c87afaf9812 100644 (file)
@@ -14,7 +14,7 @@
 
 
 #include <gtkmm/widget.h>
-
+#include "../dialogs/eek-preview.h"
 
 namespace Inkscape {
 namespace UI {
@@ -40,7 +40,7 @@ class Previewable
 public:
 // TODO need to add some nice parameters
     virtual ~Previewable() {}
-    virtual Gtk::Widget* getPreview( PreviewStyle style, ViewType view, Gtk::BuiltinIconSize size ) = 0;
+    virtual Gtk::Widget* getPreview( PreviewStyle style, ViewType view, ::PreviewSize size, guint ratio ) = 0;
 };