Hi Christian, On 2011-07-20 at 13:23 +0200, Christian Lohmaier wrote:
> Any specific reason for this construct? > > + int i = 0; > + for( ; i < n_xinerama_screens; i++ ) Like, why not for( int i = 0; i < n_xinerama_screens; i++ ) ? The splash is in C, not C++, so this wouldn't work there (unless C99 mode is used I think). Regards, Kendy _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice