f_pc_pause / f_pc_priority (#23)

* f_pc_pause

* f_pc_priority
This commit is contained in:
Jasper St. Pierre
2020-12-13 12:38:17 -08:00
committed by GitHub
parent e5016d0262
commit 1d91307157
15 changed files with 266 additions and 443 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ void fpcLy_CancelQTo(process_method_tag_class *pMthd) {
fpcMtdTg_MethodQTo(pMthd);
}
void fpcLy_ToCancelQ(layer_class *pLayer, process_method_tag_class *pMthd) {
fpcMtdTg_ToMethodQ(&pLayer->mCancelList, pMthd);
int fpcLy_ToCancelQ(layer_class *pLayer, process_method_tag_class *pMthd) {
return fpcMtdTg_ToMethodQ(&pLayer->mCancelList, pMthd);
}
bool fpcLy_CancelMethod(process_method_tag_class *pLayer) {