]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
whitespace only
[lyx.git] / src / graphics / GraphicsLoader.h
index 65218505b0254121794466ab036f6992530d4234..57328107085b7f86f9927fb93d0f84d83c372e16 100644 (file)
@@ -101,6 +101,9 @@ public:
         */
        Image const * image() const;
 
+       double displayPixelRatio() const;
+       void setDisplayPixelRatio(double scale);
+
 private:
        /// Use the Pimpl idiom to hide the internals.
        class Impl;