Enable antialias in GLView init

Hi!

It would be possible to add a param to
bool GLView::initWithRect(const std::string& viewName, Rect rect, float frameZoomFactor);
to indicate the number to antialias samples?

At least on ios and desktop it should be easy to implement it…

Thanks!

Anyone?