Re: GLib/GTK+ 2.0.3 freeze



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]