aboutsummaryrefslogtreecommitdiff
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 d166935..6a74a30 100644
--- a/src/ArrowButton.hh
+++ b/src/ArrowButton.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: ArrowButton.hh,v 1.3 2003/05/17 11:30:59 fluxgen Exp $ 22// $Id: ArrowButton.hh,v 1.4 2003/10/13 23:51:04 fluxgen Exp $
23 23
24#ifndef ARROWBUTTON_HH 24#ifndef ARROWBUTTON_HH
25#define ARROWBUTTON_HH 25#define ARROWBUTTON_HH
@@ -31,7 +31,7 @@ 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, FbTk::FbWindow &parent, 34 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(Type arrow_type, int screen_num,