Hi JCL,

can you please consider to abandon the var type soon? I don't think it is a big deal! Just replace everywhere var with float and create a backward compatibility through

typedef float var;

You can also replace all integer values with the int type (like panel coordinates) and savely use it since you automatically convert floats to int, right?

I think this is NOT such a big deal, isn't it?

Thanks in advance,
-Christian