ggiFlush
ggiFlush
Section: GGI (3) Updated: 2006-12-30 Local index
Up
NAME
ggiFlush, ggiFlushRegion - Flush pending output
SYNOPSIS
#include <ggi/ggi.h>
int ggiFlush(ggi_visual_t vis);
int ggiFlushRegion(ggi_visual_t vis, int x, int y, int w, int h);
DESCRIPTION
ggiFlush waits for the visual to finish pending accelerator
commands, and in some targets, it refreshes the framebuffer.
ggiFlushRegion performs the flush function only in the specified
region if it would improve performance.
These functions are not needed if the visual is in synchronous mode.
RETURN VALUE
No meaningful return value.
SEE ALSO
ggiSetFlags(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:51 GMT, April 16, 2011