From 4fa8a129e6ecfa168604568673cfbdaa2c8e34b0 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 9 Feb 2020 14:31:57 +0100 Subject: Renamed minilibx --- libmlx/mlx_opengl.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libmlx/mlx_opengl.h (limited to 'libmlx/mlx_opengl.h') diff --git a/libmlx/mlx_opengl.h b/libmlx/mlx_opengl.h deleted file mode 100644 index bb39267..0000000 --- a/libmlx/mlx_opengl.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -** -** mlx_opengl.h -** -** public include, use it after mlx.h -** designed only for minilibx_macos -** -*/ - -void *mlx_new_opengl_window(void *mlx_ptr, int size_x, int size_y, char *title); - -/* create an opengl window. put_image & pixel_put & string_put do not work there. */ - -int mlx_opengl_swap_buffers(void *win_ptr); - -/* the created window is double buffered. Use this funct to swap buffers */ -/* this funct will call glFlush(). Don't call it. */ - -int mlx_opengl_window_set_context(void *win_ptr); - -/* in case multiple opengl windows are present, change opengl active context */ -- cgit v1.2.3