1vga_getxdim(3) Svgalib User Manual vga_getxdim(3)
2
3
4
6 vga_getxdim, vga_getydim, vga_getcolors - return the current screen
7 resolution
8
10 #include <vga.h>
11
12 int vga_getxdim(void);
13 int vga_getydim(void);
14 int vga_getcolors(void);
15
16
18 These function return the currently selected screen resolution resp.
19 number of displayable colors.
20
22 svgalib(7), vgagl(7), libvga.config(5), vga_setmode(3), vga_getcurrenâ
23 tode(3), vga_getmodeinfo(3), vga_getgraphmem(3)
24
26 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
27 essen.de>. The exact source of the referenced function as well as of
28 the original documentation is unknown.
29
30 It is very likely that both are at least to some extent are due to Harm
31 Hanemaayer <H.Hanemaayer@inter.nl.net>.
32
33 Occasionally this might be wrong. I hereby asked to be excused by the
34 original author and will happily accept any additions or corrections to
35 this first version of the svgalib manual.
36
37
38
39Svgalib (>= 1.2.11) 27 July 1997 vga_getxdim(3)