diff options
author | jcid <devnull@localhost> | 2008-10-03 17:41:06 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-03 17:41:06 +0200 |
commit | e00c27a018efd6e2e526e33c4e0a84e47ca8691d (patch) | |
tree | 711b659168f1fa5d1c50b09ad3700ba727fa8bfc /src | |
parent | 56ef7c5137ea3dfd32303d32aaf1ec361234f15d (diff) |
- .
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.cc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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) : |