summaryrefslogtreecommitdiff
path: root/src/config.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-14 05:48:31 +0000
committerDana Jansens <danakj@orodu.net>2003-02-14 05:48:31 +0000
commit50002f2ceb4234145f3977bb14752dc930ada26c (patch)
treebfc1195dbe4d02c19e64fbb37a7a12ba55a804d5 /src/config.hh
parente936cba57ee8d749d7c559dadff1ba09e886d2ec (diff)
add a default icon
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();
};
}