From 68570910e3c101fd972c7dcef2be782bc0542b76 Mon Sep 17 00:00:00 2001 From: Namonay Date: Tue, 9 Jan 2024 00:31:39 +0100 Subject: [PATCH] Fixed brief typo --- includes/mlx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/mlx.h b/includes/mlx.h index 733f237..6c5c733 100644 --- a/includes/mlx.h +++ b/includes/mlx.h @@ -352,8 +352,8 @@ MLX_API int mlx_destroy_display(void* mlx); * @brief Get screen size * * @param mlx Internal MLX application - * @param x Get X size - * @param y Get Y size + * @param w Get width size + * @param h Get height size * * @return (int) Always return 0, made this to copy the behaviour of the original MLX */