changed rgb deal, and improve memorybook with 2d

This commit is contained in:
hugogogo
2022-05-01 22:55:00 +02:00
parent 43852938c4
commit eb5f2db7fa
9 changed files with 60 additions and 54 deletions

View File

@@ -19,7 +19,7 @@ void destroy_mlx(void *param)
int shut_down(void)
{
mb_exit(B_RED"close windows"RESET"\n");
mb_exit(B_RED"close windows"RESET"\n", EXIT_SUCCESS);
return (0);
}