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
[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