add option EN_HEADLOSSFORM in function ENgetoption

This commit is contained in:
Marios Kyriakou
2018-09-23 19:41:27 +03:00
parent 054c48c48a
commit 982ff903e3
4 changed files with 9 additions and 2 deletions

View File

@@ -1536,7 +1536,10 @@ int DLLEXPORT EN_getoption(EN_ProjectHandle ph, EN_Option code,
case EN_DEMANDDEFPAT:
v = hyd->DefPat;
break;
case EN_HEADLOSSFORM:
v = hyd->Formflag;
break;
default:
return set_error(pr->error_handle, 251);
}