[Libreoffice] [PATCH] Splash screen fix for multi-head on Linux (bug 33214)
Jan Holesovsky
kendy at suse.cz
Wed Jul 20 09:31:57 PDT 2011
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
More information about the LibreOffice
mailing list