Hi all, what are the function signatures of the reserved functions at index 15 and 16 of BPicture::Play? I guess, function# 15 should draw a circle and function# 16 should draw a filled circle. I have tried int, float, BPoint and BRect as the first parameter, but the value that I got seems to make no sense. The stack contents interpreted as eight int32 in one run was: Op16 fd041ab8 fd041ab8 2 c 800c45ce 800c45da ec2c4218 80011d18 Op15 fd041ab8 fd041ab8 2 c 800c466a 800c4676 ec2c4218 80011d18 In another run it was: Op16 fd041ab8 fd041ab8 2 c 8010cc56 8010cc62 ec2c4218 800352f0 Op15 fd041ab8 fd041ab8 2 c 8010ccf2 8010ccfe ec2c4218 800352f0 Any hint is appreciated. Regards, Michael