📄 interface.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -