diff options
Diffstat (limited to 'src/request.hpp')
-rw-r--r-- | src/request.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/request.hpp b/src/request.hpp index cad340e..08c8fb0 100644 --- a/src/request.hpp +++ b/src/request.hpp @@ -41,6 +41,7 @@ struct WMAction std::string appid; std::string role; std::string area; + bool visible; bool end_draw_finished; }; |