lets see
Code:
(11:23pm:08/27/05)
(gary) /usr/lib $ objdump -t libgdk_pixbuf-2.0.so.0.400.13 | grep gdk_pixbuf_get_width
00003dc6 g F .text 0000006f gdk_pixbuf_get_width
(gary) /usr/include/gtk-2.0 $ grep -R gdk_pixbuf_get_from_drawable ./
./gdk/gdkpixbuf.h:GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest,
looks like just basic gtk2 stuff
i have seen similar reports periodically from various gtk apps and i think it has to do with the theme you are using. seems like i remember some qt type theme ?
i remember you said you were using KDE -- if your gtk apps are using your KDE theme
that's not normal so it's a cool hack your os builders have done.
i guess if it's not slowing stuff down it's ok to ignore it