Re: [Cvslog] r23729 - in /lyx-devel/trunk/src: LyXFunc.cpp LyXFunc.h L...

2008-03-17 Thread Stefan Schimanski
Am 17.03.2008 um 11:27 schrieb Jean-Marc Lasgouttes: [EMAIL PROTECTED] writes: +#ifdef __APPLE_CC__ + single_window = false; +#else + single_window = true; +#endif Stefan, as I wrote earlier this is not how it should be done. Could you check that the following patch is equivalen

Re: [Cvslog] r23729 - in /lyx-devel/trunk/src: LyXFunc.cpp LyXFunc.h L...

2008-03-17 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > +#ifdef __APPLE_CC__ > + single_window = false; > +#else > + single_window = true; > +#endif Stefan, as I wrote earlier this is not how it should be done. Could you check that the following patch is equivalent? I am not sure that a cmake build will catch this l