VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/optionstr.h@ 81245

最後變更 在這個檔案從81245是 45134,由 vboxsync 提交於 12 年 前

Additions/X11: build vboxvideo_drv.so for X.Org Server 1.14.

  • 屬性 svn:eol-style 設為 native
檔案大小: 244 位元組
 
1#ifndef OPTIONSTR_H_
2#define OPTIONSTR_H_
3#include "list.h"
4
5struct _InputOption {
6 GenericListRec list;
7 char *opt_name;
8 char *opt_val;
9 int opt_used;
10 char *opt_comment;
11};
12
13#endif /* INPUTSTRUCT_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette