X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=bmp%2Fbmp.h;h=f9216a88180fd088e214c6db95ef0181e02a080d;hb=a21023e93104fb6e96b57afa23ab4628c8e5e055;hp=40e6df45f27390deda2ca0f30867d7bbea8083a4;hpb=577595e067a03be4d9bb9c7f1277047e7a6eb5de;p=my-code%2Fapi.git diff --git a/bmp/bmp.h b/bmp/bmp.h index 40e6df4..f9216a8 100644 --- a/bmp/bmp.h +++ b/bmp/bmp.h @@ -28,6 +28,7 @@ #define MAX_CHARS_FILE 32 #define BMP_H_SIZE 14 #define BMP_I_SIZE 40 +#define GRAB 'g' /* bmp specific variables */ typedef struct s_bmp_hdr { @@ -78,7 +79,7 @@ int bmp_shutdown(t_bmp *bmp); int bmp_check_header_and_info(t_bmp *bmp); int bmp_alloc_map(t_bmp *bmp); int bmp_write_file(t_bmp *bmp); -int bmp_cut_bottom(t_bmp *dst,t_bmp *src,int dz); +int bmp_cut_grab_bottom(t_bmp *dst,t_bmp *src,int dz,unsigned char m); int bmp_read_file(t_bmp *bmp); #endif