ggiGAAddSimpleMode, ggiGAAddTextMode, ggiGAAddGraphMode : Simplified forms of ggiGAAddMode
#include <ggi/galloc.h> int ggiGAAddSimpleMode(ggi_visual_t vis, ggiGA_resource_list *reqlist, int xsize, int ysize, int frames, ggi_graphtype type, ggiGA_resource_handle *handle); int ggiGAAddTextMode(ggi_visual_t vis, ggiGA_resource_list *reqlist, int cols, int rows, int vcols, int vrows, int fontsizex, int fontsizey, ggi_graphtype type, ggiGA_resource_handle *handle); int ggiGAAddGraphMode(ggi_visual_t vis, ggiGA_resource_list *reqlist, int xsize, int ysize, int xvirtual, int yvirtual, ggi_graphtype type, ggiGA_resource_handle *handle);
These functions are to ggiGAAddMode what ggiSetTextMode, ggiSetGraphMode and ggiSetSimpleMode are to ggiSetMode. See the related manual pages.
ggiGGAddMode(3), ggiGGAddMode(3)