From 34fef69fd468f695b3b5817da6a9980ac7b5860d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 May 2020 18:03:57 +0200 Subject: Add dmenu option --- include/QuickMedia.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 19d84a8..cd410c3 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -12,6 +12,8 @@ #include #include #include +#include +#include namespace QuickMedia { class Plugin; @@ -49,6 +51,7 @@ namespace QuickMedia { // Returns Page::EXIT if empty Page pop_page_stack(); private: + Display *disp; sf::RenderWindow window; sf::Vector2f window_size; sf::Font font; @@ -77,5 +80,6 @@ namespace QuickMedia { std::future image_download_future; std::string downloading_chapter_url; bool image_download_cancel = false; + int exit_code = 0; }; } \ No newline at end of file -- cgit v1.2.3