On Mon, Aug 01, 2011 at 03:26:03PM +0200, Ingo Brückl wrote: > Performance shouldn't be an issue with the GUI, but I don't > know what you mean by "different semantic" or "special behaviour". E.g. BOOL a = 2; printf("%i", a); prints: 2 bool a = 2; printf("%i", a); prints: 1