From 97cac06ae12026f4be3765f68b0aea3caf02d8f0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 15 Jul 2005 23:17:00 +0000 Subject: Initialize joystick to NULL and allow right shift and control keys to be used. --- src/gui/box.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'src/gui/box.h') diff --git a/src/gui/box.h b/src/gui/box.h index fc6b91ae..d65a6ac3 100644 --- a/src/gui/box.h +++ b/src/gui/box.h @@ -29,27 +29,27 @@ class Box : public gcn::Container { - protected: - Box(); - virtual ~Box(); - - /* - * Spacing between client widgets - */ - unsigned int padding; - - virtual void draw(gcn::Graphics *) = 0; - - public: - /* - * Returns padding - */ - unsigned int getPadding(); - - /* - * Sets padding between widgets - */ - void setPadding(unsigned int); + protected: + Box(); + virtual ~Box(); + + /* + * Spacing between client widgets + */ + unsigned int padding; + + virtual void draw(gcn::Graphics *) = 0; + + public: + /* + * Returns padding + */ + unsigned int getPadding(); + + /* + * Sets padding between widgets + */ + void setPadding(unsigned int); }; #endif -- cgit v1.2.3-70-g09d2