aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/drawable_control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/drawable_control.hpp')
-rw-r--r--src/menu/drawable_control.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/menu/drawable_control.hpp b/src/menu/drawable_control.hpp
index 7627cbed..bac1ccfb 100644
--- a/src/menu/drawable_control.hpp
+++ b/src/menu/drawable_control.hpp
@@ -35,6 +35,7 @@
#include "utils/dimension.hpp"
#include "utils/rectangle.hpp"
#include "background.hpp"
+#include "static.hpp"
namespace usdx
{
@@ -72,6 +73,11 @@ namespace usdx
*/
Background* background;
+ /**
+ * Optional box around the control. Used for debugging.
+ */
+ Static* debug_box;
+
mutable boost::shared_mutex position_mutex;
mutable boost::shared_mutex size_mutex;
mutable boost::shared_mutex clipping_required_mutex;