]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.h
#5502 add binding for full screen toggle on mac
[lyx.git] / src / graphics / GraphicsParams.h
index a7b7c8ffa424cac72e383b2b8a2edc20f54f4786..86cc9dc9b16daeb648fde7454c1bfc3c4fb6d5f2 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef GRAPHICSPARAMS_H
 #define GRAPHICSPARAMS_H
 
-#include "GraphicsTypes.h"
-
 #include "support/FileName.h"
 
 #include <string>
@@ -55,8 +53,9 @@ class Params
 public:
        Params();
 
-       DisplayType display;
+       bool display;
        unsigned int scale;
+       double pixel_ratio;
 
        /// The image filename.
        support::FileName filename;