update: fixed normed on more stuff
This commit is contained in:
parent
d36fea0c95
commit
25ec735d0c
4 changed files with 20 additions and 12 deletions
6
stdme/vendor/mlx.h
vendored
6
stdme/vendor/mlx.h
vendored
|
|
@ -6,7 +6,7 @@
|
|||
/* By: ol <ol@epitech.net> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2000/08/01 16:37:50 by ol #+# #+# */
|
||||
/* Updated: 2024/08/01 06:44:00 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/09/13 15:34:18 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -133,8 +133,8 @@ int mlx_destroy_display(void *mlx_ptr);
|
|||
** can be hooked. Some macro and defines from X11/X.h are needed here.
|
||||
*/
|
||||
|
||||
int mlx_hook(void *win_ptr, int x_event, int x_mask, int (*funct)(),
|
||||
void *param);
|
||||
int mlx_hook(void *win_ptr, int x_event, int x_mask, ...);
|
||||
// void *param);
|
||||
|
||||
int mlx_do_key_autorepeatoff(void *mlx_ptr);
|
||||
int mlx_do_key_autorepeaton(void *mlx_ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue