File: ggiFlush.3ggi

package info (click to toggle)
libggi 1%3A2.0.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,072 kB
  • ctags: 5,274
  • sloc: ansic: 42,720; sh: 6,508; makefile: 666
file content (26 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\\" auto-generated by docbook2man-spec $Revision: 1.5 $
.TH "ggiFlush" "3ggi" "22 August 2001" "GGI" "LibGGI API"
.SH NAME
ggiFlush, ggiFlushRegion \- Flush pending output
.SH SYNOPSIS
\fB#include <ggi/ggi.h>
.sp
int ggiFlush(ggi_visual_t \fIvis\fB);
.sp
int ggiFlushRegion(ggi_visual_t \fIvis\fB, 
int \fIx\fB, int \fIy\fB, 
int \fIw\fB, int \fIh\fB);
\fR.SH "DESCRIPTION"
.PP
\fBggiFlush\fR waits for the visual to finish pending accelerator
commands, and in some targets, it refreshes the framebuffer.
.PP
\fBggiFlushRegion\fR performs the flush function 
only in the specified region if it would improve performance.
.PP
These functions are not needed if the visual is in synchronous mode.
.SH "RETURN VALUE"
.PP
No meaningful return value.
.SH "SEE ALSO"
\fBggiSetFlags\fR(3)