diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
