X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FPainter.h;h=6deeda608dd325afc2aba16cf12990c64ee0ee4a;hb=148748b0c2f7d24471ee9beb54c4a6c6b3d20f31;hp=e2796d97d92e518f13adb015de42b7eaba0bc2ac;hpb=e6e30caca50bc476cf3976ecf3e84e694fc8fe60;p=lyx.git diff --git a/src/frontends/Painter.h b/src/frontends/Painter.h index e2796d97d9..6deeda608d 100644 --- a/src/frontends/Painter.h +++ b/src/frontends/Painter.h @@ -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;