aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 2b4fcf2..913a503 100644
--- a/vis.h
+++ b/vis.h
@@ -51,7 +51,7 @@ typedef struct {
void (*file_close)(Vis*, File*);
void (*win_open)(Vis*, Win*);
void (*win_close)(Vis*, Win*);
- void (*win_highlight)(Vis*, Win*, size_t horizon);
+ void (*win_highlight)(Vis*, Win*);
void (*win_status)(Vis*, Win*);
} VisEvent;