CVSROOT: /cvs/directfb
Module name: gdk-directfb
Changes by: neo 20020815 16:54:46
Modified files:
. : gdkdrawable-directfb.c gdkgeometry-directfb.c
gdkprivate-directfb.h gdkwindow-directfb.c
Log message:
Removed public function gdk_directfb_add_update().
Redone double-buffering in a much simpler way:
If GDK drawing functions are called outside a begin_paint() / end_paint()
pair, the affected area is immidiately flipped; otherwise the drawable
is completely flipped in end_paint() and _gdk_directfb_update() does
nothing.
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.