Home| base |src.lib|graphic|fbuffer| FrameBufferCopy Index

FrameBufferCopy

Syntax
struct FrameBuffer *FrameBufferCopy(struct FrameBuffer *src);
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferCopy function copies a frame buffer.

The argument src is a pointer to the frame buffer to copy.

Returns
Returns a pointer to a new frame buffer structure. On error, a NULL pointer is returned.
Errors
n error, a NULL pointer is returned.
Example
None