X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=obt%2Fddparse.h;h=d33fe72a48e38efd051e28eac62dc06eb6d0d23f;hp=d409eb5ff0d6016817723d0ffdb8a8cf971cf4f5;hb=0c8c9caba6f529c11b04643d24a5a503f49a245b;hpb=632eb082277eb74d5e64beda779eee5b4456ca18 diff --git a/obt/ddparse.h b/obt/ddparse.h index d409eb5f..d33fe72a 100644 --- a/obt/ddparse.h +++ b/obt/ddparse.h @@ -28,6 +28,7 @@ typedef enum { OBT_DDPARSE_BOOLEAN, OBT_DDPARSE_NUMERIC, OBT_DDPARSE_ENUM_APPLICATION, + OBT_DDPARSE_ENVIRONMENTS, OBT_DDPARSE_NUM_VALUE_TYPES } ObtDDParseValueType; @@ -42,6 +43,7 @@ typedef struct _ObtDDParseValue { gboolean boolean; gfloat numeric; guint enumerable; + guint environments; /*!< A mask of flags from ObtLinkEnvMask */ } value; } ObtDDParseValue;