From e1bfcaeafa05079eb3b52182366056eada63ef1e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 19 Apr 2020 17:07:43 +0200 Subject: Minilibx update --- minilibx-linux/mlx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minilibx-linux/mlx.h') diff --git a/minilibx-linux/mlx.h b/minilibx-linux/mlx.h index 25991a1..af6af12 100644 --- a/minilibx-linux/mlx.h +++ b/minilibx-linux/mlx.h @@ -126,4 +126,6 @@ int mlx_do_key_autorepeatoff(void *mlx_ptr); int mlx_do_key_autorepeaton(void *mlx_ptr); int mlx_do_sync(void *mlx_ptr); +int mlx_get_screen_size(void *mlx_ptr, int *sizex, int *sizey); + #endif /* MLX_H */ -- cgit v1.2.3