diff --git a/TODO b/TODO index 34143d9..2f49115 100644 --- a/TODO +++ b/TODO @@ -1 +1,7 @@ TODO move mlx .c and .h files in its own directory +TODO lower dimensions +TODO higher dimensions (option change mode) +TODO pointer from touchscreen (and laptop way) (option change mode) (option for touchscreen: no MotionNotify event) +TODO bottom screen window +TODO 3d window, with put image with depth, and 3d images +TODO mlx_exit() diff --git a/include/mlx_init.h b/include/mlx_init.h index 1e24620..64ab72d 100644 --- a/include/mlx_init.h +++ b/include/mlx_init.h @@ -34,4 +34,6 @@ /// NULL if failed. t_mlx mlx_init(void); // TODO should call this before REALLY anything else? +// TODO mlx_end() or something? mlx_destroy_display()? + #endif