Graphics mode and driver information This module contains DEGFX graphics mode and driver information. (../include/degfx/driver.h)
Part of the degfx library.
MX_GFX_ARGS
Graphic driver information
The basic graphic driver arguments and parameters. All elements can be replaced with 0 and a default choice will be made. (../include/degfx/driver.h)
member: int w, h, c; The graphics width, height and color depth in bits. (../include/degfx/driver.h)
member: const char *title; The title of the graphics window (for windowed modes) (../include/degfx/driver.h)
member: struct MX_BITMAP *buffer; The buffer used for redrawing. Larger buffers mean more efficient redraws at the cost of more memory. (../include/degfx/driver.h)
member: const struct MX_DRIVER *driver; The requested driver. (../include/degfx/driver.h)
member: MX_REDRAW_FUNC redraw; The redraw function. (../include/degfx/driver.h)
member: MX_RECT screen; The area of the graphics screen. (../include/degfx/driver.h)
member: unsigned int session; The session counter is incremented every time the graphics mode is changed. Keeping track of the session number you can check if the graphics mode has been changed. (../include/degfx/driver.h)
member: MX_BITFIELD(pointer); The pointer field is non-zero if the platform draws it's own mouse. (../include/degfx/driver.h)
#define mx_driver_fullscreen
The fullscreen driver. (../include/degfx/driver.h)
#define mx_driver_windowed
The windowed driver. (../include/degfx/driver.h)
#define mx_driver_vga
The vga driver. (../include/degfx/driver.h)
#define mx_driver_13h
The mode 13h driver. (../include/degfx/driver.h)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007