js' patch that restores Vsync on snow leopard
fix water zoom
portait rotation now display water correctly (but not the other ui elements)
#include <QtGui/QApplication>
#include "editor.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
editor w;
w.show();
return a.exec();
}