diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-04 20:28:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-04 20:28:15 +0200 |
commit | 1636127a6edfbf5399d1706c1a6c58f87eeb5c79 (patch) | |
tree | 826f2d90df18d43c683eb34dcb8690a79bd2a25c | |
parent | e8b1320f91838a29891c6a5b377160e27a0adcf5 (diff) |
M
-rw-r--r-- | include/mgl/window/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mgl/window/window.h b/include/mgl/window/window.h index 7370df9..211c2e4 100644 --- a/include/mgl/window/window.h +++ b/include/mgl/window/window.h @@ -85,7 +85,7 @@ typedef struct { mgl_color background_color; /* default: black */ const char *class_name; mgl_window_type window_type; /* default: normal */ - mgl_window_handle transient_for_window; + mgl_window_handle transient_for_window; /* 0 = none */ mgl_render_api render_api; /* default: MGL_RENDER_API_GLX */ } mgl_window_create_params; |