> Reminder: malloc does not return zeroed storage. > Either zero it on return or use mallocz. it's not my code -- i'm simply fixing the X-related stuff, adding main(), drawing and that's all... haven't really debugged the actual xscreensaver hack... unless malloc() behaves differently than the linux/unix ones i simply didn't think there may be a problem -- it works there, why shouldn't it here?