Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG.



details:   https://anonhg.NetBSD.org/src/rev/51b144370622
branches:  trunk
changeset: 359870:51b144370622
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 29 01:19:30 2022 +0000

description:
Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG.
Avoids black overscan area when WS_DEFAULT_BG is set.

diffstat:

 sys/dev/wscons/wsdisplayvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43d0d0812535 -r 51b144370622 sys/dev/wscons/wsdisplayvar.h
--- a/sys/dev/wscons/wsdisplayvar.h     Sat Jan 29 01:12:36 2022 +0000
+++ b/sys/dev/wscons/wsdisplayvar.h     Sat Jan 29 01:19:30 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplayvar.h,v 1.55 2019/01/30 11:24:48 jmcneill Exp $ */
+/* $NetBSD: wsdisplayvar.h,v 1.56 2022/01/29 01:19:30 uwe Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -277,7 +277,7 @@
 #    define WS_KERNEL_MONOATTR WS_DEFAULT_MONOATTR
 #  endif
 #  if !defined(WSDISPLAY_BORDER_COLOR)
-#    define WSDISPLAY_BORDER_COLOR WSCOL_BLACK
+#    define WSDISPLAY_BORDER_COLOR WS_DEFAULT_BG
 #  endif
 #endif /* _KERNEL */
 



Home | Main Index | Thread Index | Old Index