aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/window/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/window/window.h')
-rw-r--r--include/mgl/window/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgl/window/window.h b/include/mgl/window/window.h
index 7dd85b4..34f8cbb 100644
--- a/include/mgl/window/window.h
+++ b/include/mgl/window/window.h
@@ -52,6 +52,7 @@ typedef struct {
mgl_window_handle parent_window; /* 0 = root window */
bool hidden; /* false by default */
bool override_redirect; /* false by default */
+ bool support_alpha; /* support alpha for the window, false by default */
} mgl_window_create_params;
typedef enum {