From 1a49f86e9841035fe670f6b42a3c988f737267d2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 7 Aug 2024 21:27:36 +0200 Subject: Add settings icon, close window when pressing the close button --- include/Theme.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Theme.hpp') 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); -- cgit v1.2.3