CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20010914 01:39:23

Modified files:
        include        : directfb.h 
        src            : idirectfb.c 
        src/core       : surfaces.c windows.c windows.h 
        src/display    : idirectfbsurface_window.c 

Log message:
Added new window capability, from the header:

DWCAPS_DOUBLEBUFFER ... /* The window's surface is double
buffered. This is very useful
to avoid visibility of content
that is still in preparation.
Normally a window's content can
get visible before an update if
there is another reason causing
a window stack repaint. */

Use 'alloca()' in 'IDirectFB::CreateImageProvider()' instead of 'malloc()',
return appropriate error if file could not be opened.



-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to