aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx-linux/mlx.h
diff options
context:
space:
mode:
Diffstat (limited to 'minilibx-linux/mlx.h')
-rw-r--r--minilibx-linux/mlx.h2
1 files changed, 2 insertions, 0 deletions
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 */