1vga_lastmodenumber(3) Svgalib User Manual vga_lastmodenumber(3)
2
3
4
6 vga_lastmodenumber - returns the last video mode number
7
9 #include <vga.h>
10
11 int vga_lastmodenumber(void);
12
13
15 Returns the last video mode number. As video mode numbers start with 1
16 (0 is for textmode) this allows an application to scan through all pos‐
17 sible modes portable with vga_modeinfo(3).
18
19 For example the vgatest(6) demo does just that.
20
21 #include <vga.h> does include a #define GLASTMODE vga_lastmodenumber().
22
23
25 svgalib(7), vgagl(7), libvga.config(5), vgatest(6), vga_hasmode(3),
26 vga_modeinfo(3), vga_setmode(3), vga_lastmodenumber(3), vga_getmode‐
27 name(3), vga_getmodenumber(3)
28
30 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
31 essen.de>. The exact source of the referenced function as well as of
32 the original documentation is unknown.
33
34 It is very likely that both are at least to some extent are due to Harm
35 Hanemaayer <H.Hanemaayer@inter.nl.net>.
36
37 Occasionally this might be wrong. I hereby asked to be excused by the
38 original author and will happily accept any additions or corrections to
39 this first version of the svgalib manual.
40
41
42
43Svgalib (>= 1.2.11) 27 July 1997 vga_lastmodenumber(3)