]> Pileus Git - lackey/blobdiff - src/view.h
Output cal field for ical events and todos
[lackey] / src / view.h
index 64e8301cf51dcdc65a5cf11e78da9da148919f21..3643663faedd570856b61c4f6bcb2b838b26a203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2012-2013 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,7 +30,6 @@
 
 /* Config data */
 extern int COMPACT;
-extern int ACTIVE;
 
 /* Curses functions */
 void wmvresize(WINDOW *win, int top, int left, int rows, int cols);
@@ -43,6 +42,7 @@ void todo_line(WINDOW *win, todo_t *todo, int y, int x, int w, int full);
 
 /* View functions */
 void view_init(void);
+void view_config(const char *group, const char *name, const char *key, const char *value);
 void view_resize(void);
 void view_draw(void);
 int  view_run(int key, mmask_t btn, int row, int col);