Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 document some rasops_info flags that have bee...
details: https://anonhg.NetBSD.org/src/rev/2de3e5294594
branches: trunk
changeset: 772714:2de3e5294594
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Jan 13 16:50:28 2012 +0000
description:
document some rasops_info flags that have been added recently ( and not so
recently )
diffstat:
share/man/man9/rasops.9 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r a07893c2ae68 -r 2de3e5294594 share/man/man9/rasops.9
--- a/share/man/man9/rasops.9 Fri Jan 13 16:28:44 2012 +0000
+++ b/share/man/man9/rasops.9 Fri Jan 13 16:50:28 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rasops.9,v 1.13 2012/01/13 16:06:20 macallan Exp $
+.\" $NetBSD: rasops.9,v 1.14 2012/01/13 16:50:28 macallan Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -146,6 +146,18 @@
.It RI_CFGDONE
.Fn rasops_reconfig
completed successfully
+.It RI_NO_AUTO
+do not generate box drawing characters for ISO fonts.
+Use this when it is not safe to allocate memory, for example when setting up
+an early console.
+.It RI_ENABLE_ALPHA
+set this if the caller supports anti-aliased fonts in the given colour depth.
+Without this flag rasops_init() will only pick bitmap fonts.
+.It RI_8BIT_IS_RGB
+set this if the caller uses an R3G3B2 colour map in 8 bit.
+.Fn rasops_init
+will generate an appropriate ri_devcmap[] but the caller still needs to set up
+the actual colour map.
.El
.Sh FUNCTIONS
.Bl -tag -width compact
Home |
Main Index |
Thread Index |
Old Index