new size for reading file
This commit is contained in:
parent
f1d9548972
commit
c70bfaced3
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
// FILE: inc/fdf.h
|
// FILE: inc/fdf.h
|
||||||
// ROLE: to rule them all
|
// ROLE: to rule them all
|
||||||
// CREATED: 2017-02-13 20:07:04
|
// CREATED: 2017-02-13 20:07:04
|
||||||
// MODIFIED: 2017-03-16 00:08:26
|
// MODIFIED: 2017-03-18 02:33:34
|
||||||
|
|
||||||
|
|
||||||
#ifndef FDF_H
|
#ifndef FDF_H
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
# define HEIGHT 800
|
# define HEIGHT 700
|
||||||
# define WIDTH 700
|
# define WIDTH 700
|
||||||
# define COLOR1 0
|
# define COLOR1 0
|
||||||
# define COLOR2 16777215
|
# define COLOR2 16777215
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
|
||||||
# define BUFF_SIZE 1024
|
# define BUFF_SIZE 640000
|
||||||
|
|
||||||
typedef struct s_fd
|
typedef struct s_fd
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue