aboutsummaryrefslogtreecommitdiff
path: root/include/SearchBar.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-01 05:21:19 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-01 05:21:19 +0100
commited3e39886aaaa119b62c87f21b6c5ea4bf360a93 (patch)
tree3afb05c972c5e5694ce085eca0ac89db5782af8c /include/SearchBar.hpp
parent608a24a42836dd1b5dfa43c1607b41170242d864 (diff)
Add search icon
Diffstat (limited to 'include/SearchBar.hpp')
-rw-r--r--include/SearchBar.hpp1
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;