Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/container.h')
-rw-r--r--src/ui/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/container.h b/src/ui/container.h
index ae97bdf..5556759 100644
--- a/src/ui/container.h
+++ b/src/ui/container.h
@@ -27,6 +27,8 @@ public:
inline float margin() const { return container_margin; }
protected:
+ virtual void draw_border();
+
virtual void resize();
private: