summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-03 17:41:06 +0200
committerjcid <devnull@localhost>2008-10-03 17:41:06 +0200
commite00c27a018efd6e2e526e33c4e0a84e47ca8691d (patch)
tree711b659168f1fa5d1c50b09ad3700ba727fa8bfc
parent56ef7c5137ea3dfd32303d32aaf1ec361234f15d (diff)
- .
-rw-r--r--src/ui.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index f87eb066..c9aad633 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -82,10 +82,14 @@ static struct iconset small_icons = {
static struct iconset *icons = &standard_icons;
/*
- * Local sub class
- * (Used to avoid certain shortcuts in the location bar)
+ * Local sub classes
*/
+//----------------------------------------------------------------------------
+
+/*
+ * (Used to avoid certain shortcuts in the location bar)
+ */
class CustInput : public Input {
public:
CustInput (int x, int y, int w, int h, const char* l=0) :