]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Painter.h
Make InsetInfo math/IPA icons visible in dark mode
[lyx.git] / src / frontends / Painter.h
index e2796d97d92e518f13adb015de42b7eaba0bc2ac..6deeda608dd325afc2aba16cf12990c64ee0ee4a 100644 (file)
@@ -127,7 +127,7 @@ public:
 
        /// draw an image from the image cache
        virtual void image(int x, int y, int w, int h,
-               graphics::Image const & image) = 0;
+               graphics::Image const & image, bool const darkmode = false) = 0;
 
        /// draw a string at position x, y (y is the baseline).
        virtual void text(int x, int y, docstring const & str, FontInfo const & f) = 0;