void ostgl_resize(ostgl_context *context, const int xsize, const int ysize, void **framebuffers)
void ostgl_delete_context(ostgl_context *context)
ostgl_context * ostgl_create_context(const int xsize, const int ysize, const int depth, void **framebuffers, const int numbuffers)
void ostgl_make_current(ostgl_context *oscontext, const int idx)
ZBuffer * ZB_open(int xsize, int ysize, int mode, int nb_colors, unsigned char *color_indexes, int *color_table, void *frame_buffer)