15 Oct
2003
15 Oct
'03
11:17 p.m.
On Wed, Oct 15, Stephan Goetter wrote:
gtk-gnutella (http://gtk-gnutella.sf.net/) has similar performance problems with GTK2. There is a comment about a 1 Ghz PC..
Currently they do it like this way.
#ifndef USE_GTK2 #define g_ascii_strcasecmp g_strcasecmp #define gdk_drawable_get_size gdk_window_get_size #endif
Don't know if this is an option for dillo (recent talks) and what is left in the gtk2-patch after using such macros.
No, there are much more dependencies, to GtkObject/GObject, to the GtkLayout widget, and to Pango, about which we actually hoped, that it may help us to solve many M17n problems. Sebastian