aboutsummaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-09 21:21:30 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-09 21:21:30 +0200
commit78e0601e4ee68177ef597e75d08da786b0cabd3d (patch)
tree51243a7e083e7d17d825ca50c448327d9cbf547b /window.h
parent98646851ade5386e3f72bfda4d94db20b65fde78 (diff)
downloadvis-78e0601e4ee68177ef597e75d08da786b0cabd3d.tar.gz
vis-78e0601e4ee68177ef597e75d08da786b0cabd3d.tar.xz
Rename vis.[ch] to editor.[ch] and main.c to vis.c
Diffstat (limited to 'window.h')
-rw-r--r--window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.h b/window.h
index 0b0f933..439afa3 100644
--- a/window.h
+++ b/window.h
@@ -1,5 +1,5 @@
-#ifndef EDITOR_H
-#define EDITOR_H
+#ifndef WINDOW_H
+#define WINDOW_H
#include <curses.h>
#include "text.h"