1gl_setcontext(3) Svgalib User Manual gl_setcontext(3)
2
3
4
6 gl_setcontext - set a previously saved context
7
8
10 #include <vgagl.h>
11
12 void gl_setcontext(GraphicsContext *gc);
13
14
16 Restore a previously saved context (make it the current context).
17
18
20 svgalib(7), vgagl(7), svgalib.conf(5), threedkit(7), testgl(1),
21 plane(1), wrapdemo(1), currentcontext(3), gl_allocatecontext(3),
22 gl_freecontext(3), gl_getcontext(3), gl_setcontextheight(3), gl_setconâ
23 textvga(3), gl_setcontextvgavirtual(3), gl_setcontextvirtual(3),
24 gl_setcontextwidth(3).
25
26
28 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
29 essen.de>. The exact source of the referenced demo as well as of the
30 original documentation is unknown.
31
32 It is very likely that both are at least to some extent are due to Harm
33 Hanemaayer <H.Hanemaayer@inter.nl.net>.
34
35 Occasionally this might be wrong. I hereby asked to be excused by the
36 original author and will happily accept any additions or corrections to
37 this first version of the svgalib manual.
38
39
40
41Svgalib (>= 1.2.11) 2 Aug 1997 gl_setcontext(3)