aboutsummaryrefslogtreecommitdiff
path: root/include/SearchBar.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-14 16:16:36 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-14 16:16:36 +0200
commit6208faf754b76a7c9a806220c97484ea2e9c0a2e (patch)
treee631543717632ff5263762884651171f07ca1746 /include/SearchBar.hpp
parent497a8e9971d935be4c3d75cbebf862b645bc02a5 (diff)
Add caret to search bar
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 8265ef0..9efbf9c 100644
--- a/include/SearchBar.hpp
+++ b/include/SearchBar.hpp
@@ -46,6 +46,7 @@ namespace QuickMedia {
sf::RectangleShape background;
sf::RectangleShape background_shadow;
sf::RectangleShape shade;
+ sf::RectangleShape caret;
sf::Sprite plugin_logo_sprite;
std::string placeholder_str;
bool show_placeholder;