File: ggiGetPixelFormat.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 (21 lines) | stat: -rw-r--r-- 714 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
.\\" auto-generated by docbook2man-spec $Revision: 1.5 $
.TH "ggiGetPixelFormat" "3ggi" "22 August 2001" "GGI" "LibGGI API"
.SH NAME
ggiGetPixelFormat \- Get a structure describing the format of a pixelvalue from a visual
.SH SYNOPSIS
\fB#include <ggi/ggi.h>
.sp
ggi_pixelformat *ggiGetPixelFormat(ggi_visual_t \fIvis\fB);
\fR.SH "DESCRIPTION"
.PP
This function obtains the default pixel format for the given visual.
.SH "RETURN VALUE"
.PP
Returns a pointer to the \fBggi_pixelformat\fR structure.
.PP
Modifying the structure returned is not allowed. Do not attempt to free
the pointer returned. 
.SH "STRUCTURES"
.PP
See \fIggi/ggi.h\fR or [XRef to GGI-PIXELFORMAT]
for details on the structure that is returned.