diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-12-04 15:44:33 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-12-04 15:44:39 +0100 |
| commit | b315422a372b5589392ba46c27a95eb8f3b49b72 (patch) | |
| tree | 2e65de61b19d1f440e99e62a53e8c6c0ef3c0320 /fluid/undo.h | |
| parent | fcae10e29607408e797067b60d2821fdb3c02e10 (diff) | |
FLUID: clearing caches browser values (#1152)
Diffstat (limited to 'fluid/undo.h')
| -rw-r--r-- | fluid/undo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/undo.h b/fluid/undo.h index c5fae3306..20572351d 100644 --- a/fluid/undo.h +++ b/fluid/undo.h @@ -29,7 +29,7 @@ extern int undo_once_type; // Suspend further undos of the same typ void redo_cb(Fl_Widget *, void *); // Redo menu callback void undo_cb(Fl_Widget *, void *); // Undo menu callback void undo_checkpoint(); // Save current file to undo buffer -void undo_checkpoint_once(int type); // Save undo buffer once until a different checkpoint type is called +int undo_checkpoint_once(int type); // Save undo buffer once until a different checkpoint type is called void undo_clear(); // Clear undo buffer void undo_resume(); // Resume undo checkpoints void undo_suspend(); // Suspend undo checkpoints |
