On Wed, 10 Apr 2002 22:44:40 -0700, "Mark Wedel" < mwedel at sonic.net > wrote: > Raphaël Quinet wrote: > In fact, the GTK client already does that for the map drawing window (can do > that - it's optional depending of the -sdl option is used or not). At least on > the unix side, it does improve performance a bit. Well, this just shows that I haven't been following the development of the GTK client since last year. I should have checked the "-sdl" option before posting (there is no such option in the rather old version that I am using). > Moving to GTK 2.0 will need to happen sooner or later. I can't imagine that > there should be too much work involved in the change, but who knows. This is reasonably easy. It should be possible to prepare the transition by compiling the current version using GTK+ 1.2.10 with the global symbol GTK_DISABLE_COMPAT_H. If everything works, then the code can be compiled with GTK+ 2.0 with the compatibility options, and then later without them (disabling the deprecated APIs). -Raphaël