aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------depends/mgl0
-rw-r--r--include/mglpp/window/Window.hpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/depends/mgl b/depends/mgl
-Subproject bb770991b2d688b247106e116c1ee222c6dbbe1
+Subproject c6d09be0a56c7b96be48f074901a53d7f76c25c
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();