summaryrefslogtreecommitdiff
path: root/src/ArrowButton.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ArrowButton.hh')
-rw-r--r--src/ArrowButton.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ArrowButton.hh b/src/ArrowButton.hh
index b42cce2..59f81fa 100644
--- a/src/ArrowButton.hh
+++ b/src/ArrowButton.hh
@@ -31,10 +31,10 @@ class ArrowButton: public FbTk::Button {
31public: 31public:
32 enum Type { LEFT, RIGHT, UP, DOWN}; 32 enum Type { LEFT, RIGHT, UP, DOWN};
33 33
34 ArrowButton(Type arrow_type, const FbTk::FbWindow &parent, 34 ArrowButton(ArrowButton::Type arrow_type, const FbTk::FbWindow &parent,
35 int x, int y, 35 int x, int y,
36 unsigned int width, unsigned int height); 36 unsigned int width, unsigned int height);
37 ArrowButton(Type arrow_type, int screen_num, 37 ArrowButton(ArrowButton::Type arrow_type, int screen_num,
38 int x, int y, 38 int x, int y,
39 unsigned int width, unsigned int height); 39 unsigned int width, unsigned int height);
40 void clear(); 40 void clear();