source:
vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/optionstr.h@
78293
Last change on this file since 78293 was 40349, checked in by , 13 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | #ifndef OPTIONSTR_H_ |
2 | #define OPTIONSTR_H_ |
3 | #include "list.h" |
4 | |
5 | |
6 | struct _InputOption { |
7 | GenericListRec list; |
8 | char *opt_name; |
9 | char *opt_val; |
10 | int opt_used; |
11 | char *opt_comment; |
12 | }; |
13 | |
14 | #endif /* INPUTSTRUCT_H */ |
Note:
See TracBrowser
for help on using the repository browser.