Hi
I'm updating gui-mui backend from 1.x to compliant with 2.0.7. I havent
followed Freeciv development over two years and there were major
changes
in GUI layout since 1.x versions.
I looked into gtk-2.0 code and it seems GUI backend renders to a pixmap
stored in struct canvas -- in fact it seems GUI independent client code
makes rendering calls to GUI dependant code but it doesnt go directly
to
the screen?
I've been reading through ChangeLog but I cant find solid information
about this.
Also, is there a screenshot gallery from GTK or Win32 client?