2009/6/24 Pavel Procházka pavelvonlostice@seznam.cz:
Howdy Pavel,
A few minor things: A) Please use a descriptive subject, and put your message in the e-mail body. It's easier for those that don't read every patch but only care about certain areas to skim the mailing list that way. Also, it's hard to search the archives when there's no subject on the e-mail. B) +/*MULTIBUFFERING PART*/ It's not a huge deal, but please add spaces around comments, they're hard to read that way. C) @@ -2716,5 +2909,5 @@ START_TEST(visual) return ;
cleanup: - releaseObjects(); + releaseObjects(); }
Now sure why that was changed...did you accidentally change the encoding or something?