Last change
on this file since 99743 was 58634, checked in by vboxsync, 9 years ago |
Additions/x11: added header files for building X.Org video driver against X.Org Server 1.18.
|
-
Property svn:eol-style
set to
native
|
File size:
244 bytes
|
Line | |
---|
1 | #ifndef OPTIONSTR_H_
|
---|
2 | #define OPTIONSTR_H_
|
---|
3 | #include "list.h"
|
---|
4 |
|
---|
5 | struct _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 */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.