http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBSurface.html
IDirectFBSurface
Flip
Flip the two buffers of the surface.
Flip (
IDirectFBSurface.html
IDirectFBSurface
*
thiz,
const
types.html#DFBRegion
DFBRegion
*
region,
types.html#DFBSurfaceFlipFlags
DFBSurfaceFlipFlags
flags
);
If no region is specified the whole surface is flipped, otherwise blitting is used to update the region. This function fails if the surfaces capabilities don't include DSCAPS_FLIPPING.
