X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fddparse.h;h=d261f5bb0c444d253fbf89850564be9401fb53f7;hb=2e94af28e4c12166cb74233526bb79f50877903c;hp=d33fe72a48e38efd051e28eac62dc06eb6d0d23f;hpb=0c8c9caba6f529c11b04643d24a5a503f49a245b;p=chaz%2Fopenbox diff --git a/obt/ddparse.h b/obt/ddparse.h index d33fe72a..d261f5bb 100644 --- a/obt/ddparse.h +++ b/obt/ddparse.h @@ -21,13 +21,14 @@ typedef struct _ObtDDParseGroup ObtDDParseGroup; typedef enum { + OBT_DDPARSE_EXEC, OBT_DDPARSE_STRING, OBT_DDPARSE_LOCALESTRING, OBT_DDPARSE_STRINGS, OBT_DDPARSE_LOCALESTRINGS, OBT_DDPARSE_BOOLEAN, OBT_DDPARSE_NUMERIC, - OBT_DDPARSE_ENUM_APPLICATION, + OBT_DDPARSE_ENUM_TYPE, OBT_DDPARSE_ENVIRONMENTS, OBT_DDPARSE_NUM_VALUE_TYPES } ObtDDParseValueType; @@ -37,7 +38,7 @@ typedef struct _ObtDDParseValue { union _ObtDDParseValueValue { gchar *string; struct _ObtDDParseValueStrings { - gchar *s; + gchar **a; gulong n; } strings; gboolean boolean;