X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=9b62b8e5e009527fb483653290ef34f5d19d45b0;hb=06f27af0a994a6f92d1c3a9306f46a73e6162bb8;hp=7366e95f041fba453d55628f42585a52be915d08;hpb=3cc402bd567974c99edf8e3334d3c48103d06fc7;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 7366e95f..9b62b8e5 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -5,12 +5,14 @@ typedef enum { Config_String, - Config_Integer + Config_Integer, + Config_Bool } ConfigValueType; typedef union { char *string; int integer; + gboolean bool; } ConfigValue; typedef struct {