X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=90d390cae1c01192a3b32b41887eaeaacab6530f;hb=425c190d623daeb6d05bce1aa2244b548225305a;hp=625e1c8555e0ed72488303b4c5a6e98568d66f87;hpb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index 625e1c8555..90d390cae1 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -15,6 +15,8 @@ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H +#include "support/strfwd.h" + namespace lyx { namespace graphics { @@ -47,24 +49,6 @@ enum ImageStatus { ErrorUnknown }; -/// How is the image to be displayed on the LyX screen? -enum DisplayType { - /// - DefaultDisplay, - /// - MonochromeDisplay, - /// - GrayscaleDisplay, - /// - ColorDisplay, - /// - NoDisplay -}; - - -/// -void setDisplayTranslator(); - } // namespace graphics } // namespace lyx