aboutsummaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
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 42079f1..2f5d5ee 100644
--- a/window.h
+++ b/window.h
@@ -1,12 +1,12 @@
#ifndef WINDOW_H
#define WINDOW_H
-#include <curses.h>
+#include <stddef.h>
+#include <stdbool.h>
#include "text.h"
typedef struct Syntax Syntax;
typedef struct Win Win;
-typedef size_t Filepos;
Win *window_new(Text*);
void window_free(Win*);