diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mglpp/window/Window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mglpp/window/Window.hpp b/include/mglpp/window/Window.hpp index 2ba61ff..2f148e7 100644 --- a/include/mglpp/window/Window.hpp +++ b/include/mglpp/window/Window.hpp @@ -45,6 +45,7 @@ namespace mgl { bool hidden = false; bool override_redirect = false; bool support_alpha = false; /* support alpha for the window */ + Color background_color = {0, 0, 0, 0}; }; Window(); |