Hi, Andreas R�sdal <[EMAIL PROTECTED]> writes:
> I've been looking at the demos that come with Gtk+, > to find out how to do double buffered animation with Gtk+. > In the demo ~/gtk+-2.4.4/demos/gtk-demo/pixbufs.c > is doubled buffering used here? How is it used? All rendering in GTK2 is by default double-buffered. You shouldn't have to care about it at the application level. Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
