Skip to content

Commit

Permalink
fixing haeder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jan 8, 2025
1 parent 273255e commit 55f1df2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/mlx_extended.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: maldavid <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/14 16:17:10 by maldavid #+# #+# */
/* Updated: 2024/12/17 02:59:50 by maldavid ### ########.fr */
/* Updated: 2025/01/08 12:37:15 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -84,9 +84,9 @@ MLX_API void mlx_restore_window(mlx_context mlx, mlx_window win);
* @param x X coordinate
* @param y Y coordinate
* @param pixels Array of pixels
* @param pixels_size Size or the array of pixels
* @param pixels_number Number of pixels
*/
MLX_API void mlx_pixel_put_array(mlx_context mlx, mlx_window win, int x, int y, mlx_color* pixels, size_t pixels_size);
MLX_API void mlx_pixel_put_array(mlx_context mlx, mlx_window win, int x, int y, mlx_color* pixels, size_t pixels_number);

/**
* @brief Put a region of pixels in the window
Expand Down

0 comments on commit 55f1df2

Please sign in to comment.