all repos — fluxbox @ 34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8

custom fork of the fluxbox windowmanager

comment
fluxgen fluxgen
commit

34b7f7ddfc3e914238fd0d30ff50c4f37c2a6dd8

parent

7875a103b76e457474c444f7a19e39a572ef2147

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

jump to
M src/ArrowButton.hhsrc/ArrowButton.hh

@@ -29,7 +29,13 @@

/// Displays a arrow on a button class ArrowButton: public FbTk::Button { public: - enum Type { LEFT, RIGHT, UP, DOWN}; + /// type of arrow that should be drawn + enum Type { + LEFT, + RIGHT, + UP, + DOWN + }; ArrowButton(ArrowButton::Type arrow_type, const FbTk::FbWindow &parent, int x, int y,