all repos — fluxbox @ ccd86cfe9c960d8ead07bd8d16fc6f5a12562774

custom fork of the fluxbox windowmanager

Fix signature FbTk::FontImp::rotate()
Mathias Gumz akira@fluxbox.org
commit

ccd86cfe9c960d8ead07bd8d16fc6f5a12562774

parent

63f9a1637f0b48d4ebc41c99db727826d6199e0d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/FontImp.hhsrc/FbTk/FontImp.hh

@@ -47,7 +47,7 @@ virtual int ascent() const = 0;

virtual int descent() const = 0; virtual unsigned int height() const = 0; virtual bool loaded() const = 0; - virtual void rotate(int angle) { } // by default, no rotate support + virtual void rotate(FbTk::Orientation angle) { } // by default, no rotate support virtual bool utf8() const { return false; }; protected: FontImp() { }