Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xdm/config Add RCSID to Xresources con...



details:   https://anonhg.NetBSD.org/src/rev/265959c4449d
branches:  trunk
changeset: 365974:265959c4449d
user:      nia <nia%NetBSD.org@localhost>
date:      Sat May 07 06:31:39 2022 +0000

description:
Add RCSID to Xresources config.  Use the B/W NetBSD logo on B/W displays.

diffstat:

 external/mit/xorg/bin/xdm/config/Xresources.in |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r de3c445ffe8c -r 265959c4449d external/mit/xorg/bin/xdm/config/Xresources.in
--- a/external/mit/xorg/bin/xdm/config/Xresources.in    Sat May 07 05:14:09 2022 +0000
+++ b/external/mit/xorg/bin/xdm/config/Xresources.in    Sat May 07 06:31:39 2022 +0000
@@ -1,3 +1,5 @@
+! $NetBSD: Xresources.in,v 1.7 2022/05/07 06:31:39 nia Exp $
+
 xlogin*login.translations: #override BS
        Ctrl<Key>R: abort-display()NLBS
        <Key>F1: set-session-argument(failsafe) finish-field()NLBS
@@ -42,6 +44,7 @@
 xlogin*sepWidth: 0
 
 XHASHifdef COLOR
+xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
 xlogin*shdColor: steelblue
 xlogin*hiColor: steelblue
 xlogin*background: white
@@ -49,6 +52,7 @@
 xlogin*greetColor: black
 xlogin*failColor: darkred
 XHASHelse
+xlogin*logoFileName: BITMAPDIR/**//XDM_BWPIXMAP
 xlogin*shdColor: black
 xlogin*hiColor: black
 xlogin*background: white
@@ -60,7 +64,6 @@
 *Foreground: black
 *Background: white
 
-xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
 xlogin*useShape: true
 xlogin*logoPadding: 12
 



Home | Main Index | Thread Index | Old Index