aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index df25268..1db389a 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -37,6 +37,8 @@ namespace gsr {
mgl::Texture stream_button_texture;
mgl::Texture close_texture;
mgl::Texture logo_texture;
+ mgl::Texture checkbox_circle_texture;
+ mgl::Texture checkbox_background_texture;
double double_click_timeout_seconds = 0.4;