Deleted Added
full compact
vgl.3 (54547) vgl.3 (55043)
1.\" Copyright (c) 1997 S�ren Schmidt
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer,

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\" Copyright (c) 1997 S�ren Schmidt
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer,

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/lib/libvgl/vgl.3 54547 1999-12-13 10:48:22Z abial $
27.\" $FreeBSD: head/lib/libvgl/vgl.3 55043 1999-12-23 16:56:27Z bde $
28.Dd November 7, 1999
29.Dt VGL 3
30.Os FreeBSD 3.0
31.Sh NAME
32.Nm VGLBitmapAllocateBits ,
33.Nm VGLBitmapCopy ,
34.Nm VGLBitmapCreate ,
35.Nm VGLBitmapDestroy ,

--- 22 unchanged lines hidden (view full) ---

58.Nm VGLSetBorder ,
59.Nm VGLSetPalette ,
60.Nm VGLSetPaletteIndex ,
61.Nm VGLSetVScreenSize ,
62.Nm VGLSetXY ,
63.Nm VGLTextSetFontFile
64.Nd Video Graphics Library functions (libvgl)
65.Sh SYNOPSIS
28.Dd November 7, 1999
29.Dt VGL 3
30.Os FreeBSD 3.0
31.Sh NAME
32.Nm VGLBitmapAllocateBits ,
33.Nm VGLBitmapCopy ,
34.Nm VGLBitmapCreate ,
35.Nm VGLBitmapDestroy ,

--- 22 unchanged lines hidden (view full) ---

58.Nm VGLSetBorder ,
59.Nm VGLSetPalette ,
60.Nm VGLSetPaletteIndex ,
61.Nm VGLSetVScreenSize ,
62.Nm VGLSetXY ,
63.Nm VGLTextSetFontFile
64.Nd Video Graphics Library functions (libvgl)
65.Sh SYNOPSIS
66.Fd #include <machine/console.h>
66.Fd #include <vgl.h>
67.Ft int
68.Fn VGLInit "int mode"
69.Ft void
70.Fn VGLEnd "void"
71.Ft void
72.Fn VGLCheckSwitch "void"
73.Ft int

--- 46 unchanged lines hidden (view full) ---

120.Fn VGLSetPalette "byte *red" "byte *green" "byte *blue"
121.Ft void
122.Fn VGLSetPaletteIndex "byte color" "byte red" "byte green" "byte blue"
123.Ft void
124.Fn VGLSetBorder "byte color"
125.Ft int
126.Fn VGLSetVScreenSize "VGLBitmap *object" "int vxsize" "int vysize"
127.Ft int
67.Fd #include <vgl.h>
68.Ft int
69.Fn VGLInit "int mode"
70.Ft void
71.Fn VGLEnd "void"
72.Ft void
73.Fn VGLCheckSwitch "void"
74.Ft int

--- 46 unchanged lines hidden (view full) ---

121.Fn VGLSetPalette "byte *red" "byte *green" "byte *blue"
122.Ft void
123.Fn VGLSetPaletteIndex "byte color" "byte red" "byte green" "byte blue"
124.Ft void
125.Fn VGLSetBorder "byte color"
126.Ft int
127.Fn VGLSetVScreenSize "VGLBitmap *object" "int vxsize" "int vysize"
128.Ft int
128.Fn VGLPanSreen "VGLBitmap *object" "int x" "int y"
129.Fn VGLPanScreen "VGLBitmap *object" "int x" "int y"
129.Ft void
130.Fn VGLBlankDisplay "int blank"
131.Sh DESCRIPTION
132.Nm Libvgl
133is a library that enables the programmer access to the graphics
134modes supported by the console driver (syscons). The library takes care of
135programming the actual video hardware, and provides a number of simple
136functions to do various graphic operations. There is also support for a

--- 269 unchanged lines hidden ---
130.Ft void
131.Fn VGLBlankDisplay "int blank"
132.Sh DESCRIPTION
133.Nm Libvgl
134is a library that enables the programmer access to the graphics
135modes supported by the console driver (syscons). The library takes care of
136programming the actual video hardware, and provides a number of simple
137functions to do various graphic operations. There is also support for a

--- 269 unchanged lines hidden ---