mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 08:09:58 +01:00
cleanup, version bump, gveejay theme fixes, fix vims 130, proper naming of things in gui, default title of sample, sample's title as recording name, fixed a few compile warnings
git-svn-id: svn://code.dyne.org/veejay/trunk@515 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -364,6 +364,9 @@ void *veejay_sequence_thread(gpointer data)
|
||||
void veejay_abort_sequence( void *data )
|
||||
{
|
||||
veejay_sequence_t *v = (veejay_sequence_t*) data;
|
||||
if(!v)
|
||||
return;
|
||||
|
||||
g_mutex_lock(v->mutex);
|
||||
v->abort = 1;
|
||||
g_mutex_unlock(v->mutex);
|
||||
|
||||
Reference in New Issue
Block a user