Edit

IABSD.fr/xenocara/xserver/include/optionstr.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2012-06-10 13:21:05
    Hash : e60da745
    Message : Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.

  • xserver/include/optionstr.h
  • #ifndef OPTIONSTR_H_
    #define OPTIONSTR_H_
    #include "list.h"
    
    struct _InputOption {
        GenericListRec list;
        char *opt_name;
        char *opt_val;
        int opt_used;
        char *opt_comment;
    };
    
    #endif                          /* INPUTSTRUCT_H */