>> 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). >
Yeah it gives the following build error: splashx.c:524: error: 'for' loop initial declarations are only allowed in C99 mode _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice