]> Pileus Git - lackey/blobdiff - src/view.h
Rename stuff
[lackey] / src / view.h
similarity index 93%
rename from src/screen.h
rename to src/view.h
index 9f9d4e9892ea3869842bbd91ec3a54e78c65ed26..f263353b7cce78a71c091573f7e304ad888bc603 100644 (file)
 void event_box(WINDOW *win, event_t *event, int y, int x, int h, int w);
 void event_line(WINDOW *win, event_t *event, int y, int x, int w, int full);
 
-/* Screen functions */
-void screen_init(void);
-void screen_resize(void);
-void screen_draw(void);
-int  screen_run(int key, mmask_t btn, int row, int col);
+/* View functions */
+void view_init(void);
+void view_resize(void);
+void view_draw(void);
+int  view_run(int key, mmask_t btn, int row, int col);
 
 /* View init functions */
 void day_init(WINDOW *win);