diff --git a/Makefile b/Makefile index 6446381..1578b21 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: mabbas +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2022/08/08 21:06:32 by mabbas #+# #+# # -# Updated: 2022/12/09 00:22:20 by mabbas ### ########.fr # +# Updated: 2022/12/10 14:54:39 by mabbas ### ########.fr # # # # **************************************************************************** # diff --git a/includes/fractol.h b/includes/fractol.h index ef726ee..9616df5 100644 --- a/includes/fractol.h +++ b/includes/fractol.h @@ -26,10 +26,6 @@ # define WIDTH 800 # define HEIGHT 600 -#define MLX_SYNC_IMAGE_WRITABLE 1 -#define MLX_SYNC_WIN_FLUSH_CMD 2 -#define MLX_SYNC_WIN_CMD_COMPLETED 3 - /** Struct for real and imaginary numbers **/ typedef struct s_oper diff --git a/libs/libft/libft.a b/libs/libft/libft.a index 7807420..74cbc64 100644 Binary files a/libs/libft/libft.a and b/libs/libft/libft.a differ