aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-21 23:13:13 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-21 23:13:13 +0100
commita7115b12267f6165426d0540da6ab0ae6f90a191 (patch)
treef022738acdc5963ed6f5bc4384031191f3339d29 /vis.h
parent095c502cc6510da652332cc6c406ab110a935806 (diff)
downloadvis-a7115b12267f6165426d0540da6ab0ae6f90a191.tar.gz
vis-a7115b12267f6165426d0540da6ab0ae6f90a191.tar.xz
vis-lua: rename file_save event to file_save_post
Indicating that the event is triggered *after* a successfull write.
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 2506c4a..2058669 100644
--- a/vis.h
+++ b/vis.h
@@ -32,7 +32,7 @@ typedef struct {
void (*vis_start)(Vis*);
void (*vis_quit)(Vis*);
void (*file_open)(Vis*, File*);
- void (*file_save)(Vis*, File*);
+ void (*file_save_post)(Vis*, File*);
void (*file_close)(Vis*, File*);
void (*win_open)(Vis*, Win*);
void (*win_close)(Vis*, Win*);