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/button.h')
-rw-r--r--src/ui/button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/button.h b/src/ui/button.h
index a0aac72..7d264a9 100644
--- a/src/ui/button.h
+++ b/src/ui/button.h
@@ -43,6 +43,9 @@ public:
virtual bool on_keyrelease(const int key, const unsigned int modifier);
protected:
+ /// draw the button background
+ virtual void draw_background();
+
/// draw the button border
virtual void draw_border();