VirtualBox

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

Last change on this file since 78293 was 54163, checked in by vboxsync, 10 years ago

Additions/x11/vboxvideo: support X.Org Server 1.17 (still untested).

  • 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
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 */
Note: See TracBrowser for help on using the repository browser.

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