GrFlush

Name

GrFlush -- Flush graphics requests

Synopsis

void GrFlush ( void );

Description

The GrFlush function flushs graphics request buffer to the device. Flushing the graphics buffer causes the server to execute all graphics requests. You only need to flush the buffer if you do not check the event queue frequently since checking the queue automatically flushes the buffer.