PEXFreeAccumulationBuffer - Free Accumulation Buffer (5.2)


Synopsis

                                                                           
     void PEXFreeAccumulationBuffer(                                     
             Display *display,                
             Drawable drawable               
        )                                                                       

Arguments

display
A pointer to a display structure returned by a successful XOpenDispay call.

drawable
The drawable associated with the accumulation buffer to free.

Returns

None.

Description

Invoke PEXFreeAccumulationBuffer to free the accumulation buffer associated with the specified drawable.

If no accumulation buffer is allocated for this drawable, then the implementation takes no further action.

Errors

BadDrawable
drawable is invalid.

See Also

See Accumulation Buffers for an overview.