Home
last modified time | relevance | path

Searched refs:opposite_stack (Results 1 – 1 of 1) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Dundo_manager.c98 UndoStack * opposite_stack, in do_or_undo_action() argument
153 if (undo_stack_is_full (opposite_stack)) in do_or_undo_action()
157 undo_stack_pop_last (opposite_stack); in do_or_undo_action()
167 undo_stack_push (opposite_stack, action); in do_or_undo_action()
169 opposite_stack); in do_or_undo_action()