]> git.lyx.org Git - features.git/commitdiff
Forgot that in previous commit.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 28 Mar 2009 17:33:20 +0000 (17:33 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 28 Mar 2009 17:33:20 +0000 (17:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28962 a592a061-630c-0410-9148-cb99ea01b6c8

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_;