xf86_option.c
来自「基于组件方式开发操作系统的OSKIT源代码」· C语言 代码 · 共 15 行
C
15 行
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Option.c,v 3.1 1996/12/23 06:43:45 dawes Exp $ *//* * * The purpose of this file is to initialise the xf86_OptionTab[] which * is setup in xf86_Option.h *//* $XConsortium: xf86_Option.c /main/3 1996/02/21 17:39:22 kaleb $ */#define INIT_OPTIONS#define _NO_XF86_PROTOTYPES#include "X.h"#include "os.h"#include "xf86.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?