added more settings in h file

This commit is contained in:
asus
2024-05-26 11:59:11 +02:00
parent 5438795246
commit edcf45967b
3 changed files with 23 additions and 17 deletions

View File

@@ -55,8 +55,8 @@ void init_fdf(t_fdf *fdf)
{
struct timeval current_time;
fdf->win_size_x = 700;
fdf->win_size_y = 700;
fdf->win_size_x = 902;
fdf->win_size_y = 913;
fdf->img_size_x = fdf->win_size_x;
fdf->img_size_y = fdf->win_size_y;
init_offset(fdf);