]> Pileus Git - lackey/blobdiff - src/main.h
Add day and week view
[lackey] / src / main.h
index ea66f9dec9b7e92fca0d9413623d3956e7d4e8f0..9f2d6acb58ca57b76c055e7c4dd47d790f5ccfde 100644 (file)
@@ -1,6 +1,10 @@
-#define N_ELEMENTS(x) (sizeof(x)/sizeof((x)[0]))
+#define COLOR_TITLE 1
+#define COLOR_ERROR 2
 
-int debug(char *fmt, ...);
+/* Debugging */
+const static int YEAR  = 2012;
+const static int MONTH = 8;
+const static int DAY   = 29;
 
-extern int win_rows;
-extern int win_cols;
+/* Debug functions */
+int debug(char *fmt, ...);