From 4a7b86829025664f6eeef6fcb5fc0894733f2ad6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Oct 2020 13:42:31 +0200 Subject: Matrix: make displayname more bright, add circle mask shader for avatar and room thumbnails --- include/QuickMedia.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 0a0b509..b7e6814 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include @@ -116,6 +117,7 @@ namespace QuickMedia { bool image_download_cancel = false; int exit_code = 0; std::string resources_root; + sf::Shader circle_mask_shader; bool use_tor = false; bool no_video = false; bool use_system_mpv_config = false; -- cgit v1.2.3