Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 202 → Rev 203

/trunk/scripting.c
67,7 → 67,7
 
/* return true if dialog should be shown */
 
Boolean ReadScriptParamsOnRead(void)
enum ScriptingShowDialog ReadScriptParamsOnRead(void)
{
PIReadDescriptor token;
DescriptorKeyID key;
101,10 → 101,10
// so we needn't worry if any are missing
}
 
return gpb->descriptorParameters->playInfo == plugInDialogDisplay; /* TRUE if want to show our Dialog */
return gpb->descriptorParameters->playInfo == plugInDialogDi
}
 
return false;
return SCR_NO_SCRIPT;
}
 
OSErr WriteScriptParamsOnRead(void)