interface.h

来自「linux 下svgalib编的一个界面程序示例」· C头文件 代码 · 共 24 行

H
24
字号
/* 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 *__svgalib_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 __svgalib_colorbits_to_colormode(int bpp, int colorbits);/* * Clear the accelspecs structure (disable acceleration). */void __svgalib_clear_accelspecs(AccelSpecs * accelspecs);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?