home *** CD-ROM | disk | FTP | other *** search
-
-
- /* Prototypes of functions defined in interface.c. */
-
- /*
- * This is a temporary function that allocates and fills in a ModeInfo
- * structure based on a svgalib mode number.
- */
-
- ModeInfo *createModeInfoStructureForSvgalibMode( int mode );
-
- /*
- * This function converts a number of significant color bits to a matching
- * DAC mode type as defined in the RAMDAC interface.
- */
-
- int colorbits_to_colormode( int colorbits );
-
- /*
- * Clear the accelspecs structure (disable acceleration).
- */
-
- void clear_accelspecs( AccelSpecs *accelspecs );
-