Re: GLib/GTK+ 2.0.3 freeze
- From: Sven Neumann <sven gimp org>
- To: Owen Taylor <otaylor redhat com>
- Cc: gtk-devel-list gnome org
- Subject: Re: GLib/GTK+ 2.0.3 freeze
- Date: 21 May 2002 17:21:37 +0200
Hi,
Owen Taylor <otaylor redhat com> writes:
> GLib/GTK+ should have about all the changes I think I
> can get in for 2.0.3 at this point, with the exception of some
> gettext compability configure changes for GLib where I still
> need feedback from the bug reporters.
GTK+ HEAD in its current state in CVS doesn't compile for any other
GDK target but X11. I'd suggest to change the include of gtkplug.h
from gtkwindow.c to something like this:
#ifdef GDK_WINDOWING_X11
#include "gtkplug.h"
#else
#define GTK_IS_PLUG(win) (FALSE)
#endif
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]