Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys wsfont_find() and wsfont_matches() got a new paramet...
details: https://anonhg.NetBSD.org/src/rev/7dc94a49acb4
branches: trunk
changeset: 772712:7dc94a49acb4
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Jan 13 16:25:16 2012 +0000
description:
wsfont_find() and wsfont_matches() got a new parameter to allow drivers to
request bitmap or alpha fonts ( or both )
welcome to 5.99.60
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5179979b32b9 -r 7dc94a49acb4 sys/sys/param.h
--- a/sys/sys/param.h Fri Jan 13 16:15:48 2012 +0000
+++ b/sys/sys/param.h Fri Jan 13 16:25:16 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.398 2011/12/17 20:05:40 tls Exp $ */
+/* $NetBSD: param.h,v 1.399 2012/01/13 16:25:16 macallan Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 599005900 /* NetBSD 5.99.59 */
+#define __NetBSD_Version__ 599006000 /* NetBSD 5.99.60 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index