Simplified forms of ggiGAAddMode

Name

ggiGAAddSimpleMode, ggiGAAddTextMode, ggiGAAddGraphMode : Simplified forms of ggiGAAddMode

Synopsis

#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);

Description

These functions are to ggiGAAddMode(3) what ggiSetTextMode(3), ggiSetGraphMode(3) and ggiSetSimpleMode(3) are to ggiSetMode(3). See the related manual pages.

See Also