aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index ced85bd..cc321bd 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -28,7 +28,8 @@ namespace gsr {
mgl::Font title_font;
mgl::Font top_bar_font;
- mgl::Texture combobox_arrow;
+ mgl::Texture combobox_arrow_texture;
+ mgl::Texture settings_texture;
};
bool init_theme(const gsr::GsrInfo &gsr_info, mgl::vec2i window_size, const std::string &resources_path);