]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Painter.h
add first version of .lyx file encryption. It's disabled by default and could out...
[lyx.git] / src / frontends / Painter.h
index 6bc46ec241b2caf6f632fdd3e83cc72cb0098334..188fb43bd283f48d33a5e3f019a9848afd45539a 100644 (file)
@@ -151,7 +151,8 @@ public:
                Color const & max) = 0;
        /// leave monochrome painting mode
        virtual void leaveMonochromeMode() = 0;
-
+       /// draws a wavy line that can be used for underlining.
+       virtual void wavyHorizontalLine(int x, int y, int width, ColorCode col) = 0;
 private:
        ///
        bool drawing_enabled_;