In the FLTK library some functions have a parameter with the variable name L. This is problematic because L is already used in the automatically generated code. This can easily be solved via means of suffixing for example add the word Lua to the end of the variable name.
In the FLTK library some functions have a parameter with the variable name L. This is problematic because L is already used in the automatically generated code. This can easily be solved via means of suffixing for example add the word Lua to the end of the variable name.