From 5392f970f970ba0d5f4642b11935e61653086aae Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 11 May 2020 13:26:16 +0200 Subject: work --- src/linux/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linux') 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; -- cgit v1.2.3-70-g09d2