]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
add a var to track errors
[chaz/openbox] / openbox / config.h
index 7366e95f041fba453d55628f42585a52be915d08..9b62b8e5e009527fb483653290ef34f5d19d45b0 100644 (file)
@@ -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 {
This page took 0.021374 seconds and 4 git commands to generate.