summaryrefslogtreecommitdiff
path: root/src/config.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.hh')
-rw-r--r--src/config.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.hh b/src/config.hh
index 8f8144e3..cfa0adc5 100644
--- a/src/config.hh
+++ b/src/config.hh
@@ -21,7 +21,13 @@ struct Config {
long drag_threshold;
long num_desktops;
+ unsigned long *default_icon;
+ long icon_w;
+ long icon_h;
+ long icon_length;
+
Config();
+ ~Config();
};
}