Home
last modified time | relevance | path

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

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_machine.h62 AGS_MACHINE_BLOCK_STOP_CALLBACK = 1 << 10, enumerator
H A Dags_machine_callbacks.c1248 if((AGS_MACHINE_BLOCK_STOP_CALLBACK & (machine->flags)) != 0){ in ags_machine_stop_callback()
1252 machine->flags |= AGS_MACHINE_BLOCK_STOP_CALLBACK; in ags_machine_stop_callback()
1287 machine->flags &= (~AGS_MACHINE_BLOCK_STOP_CALLBACK); in ags_machine_stop_callback()