diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-01 05:21:19 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-01 05:21:19 +0100 |
commit | ed3e39886aaaa119b62c87f21b6c5ea4bf360a93 (patch) | |
tree | 3afb05c972c5e5694ce085eca0ac89db5782af8c /include | |
parent | 608a24a42836dd1b5dfa43c1607b41170242d864 (diff) |
Add search icon
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index 9170f7a..19cd121 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -57,6 +57,7 @@ namespace QuickMedia { mgl::Rectangle shade; mgl::Rectangle caret; mgl::Sprite plugin_logo_sprite; + mgl::Sprite search_icon_sprite; std::string placeholder_str; bool show_placeholder; bool updated_search; |