]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphicsParams.h
2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
[lyx.git] / src / insets / insetgraphicsParams.h
index c774df827f3b12321fd93984b9ef24afd8b02b5d..601df89b0a740839133208d0701a4e5ace6725d0 100644 (file)
@@ -44,9 +44,6 @@ struct InsetGraphicsParams
        /// How to display the image
        DisplayType display;
 
-       /// Is the figure inlined? (not in a paragraph of its own).
-       bool inlineFigure;
-
        /// Do we have a subcaption?
        bool subcaption;
 
@@ -78,7 +75,8 @@ struct InsetGraphicsParams
            CM,
            INCH,
            PERCENT_PAGE,
-           PERCENT_COLUMN
+           PERCENT_COLUMN,
+               SCALE
        };
 
 
@@ -97,7 +95,7 @@ struct InsetGraphicsParams
        /// Origin point of rotation
        Origin rotateOrigin;
        /// Rotation angle.
-       int rotateAngle;
+       float rotateAngle;
        ///
        InsetGraphicsParams();
        ///