Added default_bar/graph/gauge_size config options (thanks wire64 for the idea)
[monky] / src / specials.h
index ef74138..6736ade 100644 (file)
@@ -7,7 +7,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2008 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -76,6 +76,13 @@ struct special_t {
 extern struct special_t *specials;
 extern unsigned int special_count;
 
+extern int default_bar_width;
+extern int default_bar_height;
+extern int default_graph_width;
+extern int default_graph_height;
+extern int default_gauge_width;
+extern int default_gauge_height;
+
 /* max number of specials allowed (TODO: use linked list instead) */
 extern unsigned int max_specials;