]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.h
Update previews after doing a find/replace (#7242)
[lyx.git] / src / graphics / GraphicsParams.h
index 7213aaa3a150ba06864cf922c6478eda0bbdd2c5..86cc9dc9b16daeb648fde7454c1bfc3c4fb6d5f2 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef GRAPHICSPARAMS_H
 #define GRAPHICSPARAMS_H
 
-#include "GraphicsTypes.h"
-
 #include "support/FileName.h"
 
 #include <string>
@@ -57,6 +55,7 @@ public:
 
        bool display;
        unsigned int scale;
+       double pixel_ratio;
 
        /// The image filename.
        support::FileName filename;