On 17 August 2010 02:17, James Morris <james(a)jwm-art.net> wrote:
The CPU usage of the graphics has been bothering me.
It was using
Cairo which can do some funky stuff, but it comes at a price. My
latest commit has removed the Cairo code and replaced it with GDK. GDK
is 'closer to xlib' and is less funky, but performance is much better.
Oh dear, I've just found out that the GDK functions I'm using for this
have been deprecated in GTK2 and don't exist in GTK3.
james.