diff --git a/inc/fdf.h b/inc/fdf.h index 43b7234..b5c50ce 100644 --- a/inc/fdf.h +++ b/inc/fdf.h @@ -3,7 +3,7 @@ // FILE: inc/fdf.h // ROLE: to rule them all // CREATED: 2017-02-13 20:07:04 -// MODIFIED: 2017-03-16 00:08:26 +// MODIFIED: 2017-03-18 02:33:34 #ifndef FDF_H @@ -14,7 +14,7 @@ #include #include -# define HEIGHT 800 +# define HEIGHT 700 # define WIDTH 700 # define COLOR1 0 # define COLOR2 16777215 diff --git a/libft/includes/libft.h b/libft/includes/libft.h index 914aeb4..1aa6147 100644 --- a/libft/includes/libft.h +++ b/libft/includes/libft.h @@ -17,7 +17,7 @@ # include # include -# define BUFF_SIZE 1024 +# define BUFF_SIZE 640000 typedef struct s_fd {