File: vga_getcurrenttiming.3

package info (click to toggle)
svgalib 1%3A1.4.3-33
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,012 kB
  • sloc: ansic: 60,381; makefile: 1,138; asm: 630; sh: 86; perl: 54; pascal: 49
file content (24 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH vga_addtiming 3 "7 April 1999" "Svgalib (>= 1.4.0)" "Svgalib User Manual"
.SH NAME
vga_getcurrenttiming \- get the current timing parameters.
.SH SYNOPSIS

.B "#include <vga.h>"

.BI "int vga_addtiming(int *pixelClock, int *HSyncStart, int *HSyncEnd, int *HTotal, int *VDisplay, int *VSyncStart, int *VSyncEnd, int *VTotal, int *flags);


.SH DESCRIPTION
Saves to the current timing parameters to the variables given in the function call.
See 
.BR svidtune (6)
for an example of using this.

.SH SEE ALSO

.BR vga_changetiming (3)
.BR svidtune (6)

.SH AUTHOR

This manual page was written by Matan Ziv-Av