Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions include/MLX42/MLX42.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* ************************************************************************** */
/* */
/* :::::::: */
/* MLX42.h :+: :+: */
/* MLX42.h :+: :+: :+: */
/* +:+ */
/* By: W2Wizard <main@w2wizard.dev> +#+ */
/* +#+ */
/* Created: 2021/12/28 02:29:06 by W2Wizard #+# #+# */
/* Updated: 2023/03/30 16:23:19 by ntamayo- ######## odam.nl */
/* Updated: 2025/06/06 10:09:12 by bgazur ### ########.fr */
/* */
/* ************************************************************************** */
Comment on lines 1 to 11
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non monsieur, nous ne sommes pas en France 🥖 🍷


Expand Down Expand Up @@ -308,7 +308,7 @@ typedef struct mlx_instance

/**
* Key function callback data.
* Data related to the mlx_key_hook function
* Data related to the mlx_key_hook function.
*
* @param key The key that was pressed.
* @param action The action that was done with the key.
Expand Down Expand Up @@ -760,7 +760,7 @@ void mlx_close_hook(mlx_t* mlx, mlx_closefunc func, void* param);

/**
* This function sets the resize callback, which is called when the window is
* resized
* resized.
*
* @param[in] mlx The MLX instance handle.
* @param[in] func The resize callback function.
Expand Down