diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-07 21:27:36 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-07 21:27:36 +0200 |
commit | 1a49f86e9841035fe670f6b42a3c988f737267d2 (patch) | |
tree | 9059935a17d2599ae9f366975472314a9c89e052 /include/Theme.hpp | |
parent | b709805cfac4d1fe1bfe28e497a3e48e224372a8 (diff) |
Add settings icon, close window when pressing the close button
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r-- | include/Theme.hpp | 3 |
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); |