diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-11 13:26:16 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-11 13:26:16 +0200 |
| commit | 5392f970f970ba0d5f4642b11935e61653086aae (patch) | |
| tree | 020b881d0b93d3af82d2b4d83e7ca7e44101f052 /src/linux/platform.c | |
| parent | 45d1a969f70e1b127eb0aaab94dfce33b18e42ee (diff) | |
work
Diffstat (limited to 'src/linux/platform.c')
| -rw-r--r-- | src/linux/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/platform.c b/src/linux/platform.c index 1b393d9..6083670 100644 --- a/src/linux/platform.c +++ b/src/linux/platform.c @@ -672,7 +672,7 @@ vec2 platform_get_window_size(platform_window *window) return res; } -platform_window platform_open_window(char *name, u16 width, u16 height, u16 max_w, u16 max_h, u16 min_w, u16 min_h) +platform_window platform_open_window_ex(char *name, u16 width, u16 height, u16 max_w, u16 max_h, u16 min_w, u16 min_h, s32 flags) { bool has_max_size = max_w || max_h; |
