aboutsummaryrefslogtreecommitdiff
path: root/vis-core.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-core.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-core.h')
-rw-r--r--vis-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-core.h b/vis-core.h
index 6c1c577..6d79f18 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -191,7 +191,7 @@ enum VisEvents {
VIS_EVENT_START,
VIS_EVENT_QUIT,
VIS_EVENT_FILE_OPEN,
- VIS_EVENT_FILE_SAVE,
+ VIS_EVENT_FILE_SAVE_POST,
VIS_EVENT_FILE_CLOSE,
VIS_EVENT_WIN_OPEN,
VIS_EVENT_WIN_CLOSE,