From xemacs-m  Wed Jan  8 19:31:07 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA13813 for <xemacs-beta@xemacs.org>; Wed, 8 Jan 1997 19:31:06 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id RAA09380; Wed, 8 Jan 1997 17:41:13 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: Some comments on 20.0-b34
References: <27207.852655260@rtp.ericsson.se>  <m2pvzgcacj.fsf@altair.xemacs.org> <29170.852751890@rtp.ericsson.se>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Raymond Toy's message of Wed, 08 Jan 1997 14:31:30 -0500
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 08 Jan 1997 17:41:09 -0800
Message-ID: <m2d8vfbp6y.fsf@altair.xemacs.org>
Lines: 38
X-Mailer: Red Gnus v0.79/XEmacs 20.0

>>>>> "Raymond" == Raymond Toy <toy@rtp.ericsson.se> writes:
Raymond> These glyphs look better, but it's really hard to tell with the GIF.
Raymond> I need to see it on my own xemacs....

Index: bitmaps.h
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/bitmaps.h,v
retrieving revision 1.2
diff -u -r1.2 bitmaps.h
--- bitmaps.h	1996/12/28 21:03:35	1.2
+++ bitmaps.h	1997/01/08 17:33:52
@@ -105,16 +105,16 @@
 #endif
 
 /* A Right pointing Arrow */
-#define truncator_width 6
+#define truncator_width 8
 #define truncator_height 10
 static unsigned char truncator_bits[] = {
- 0xc0,0xc4,0xc8,0xd0,0xff,0xd0,0xc8,0xc4,0xc0,0xc0};
+  0x00, 0x18, 0x30, 0x60, 0xff, 0xff, 0x60, 0x30, 0x18, 0x00};
 
 /* A Left pointing Arrow */
-#define hscroll_width 6
+#define hscroll_width 8
 #define hscroll_height 10
 static unsigned char hscroll_bits[] = {
- 0xc0,0xc8,0xc4,0xc2,0xff,0xc2,0xc4,0xc8,0xc0,0xc0};
+  0x00, 0x18, 0x0c, 0x06, 0xff, 0xff, 0x06, 0x0c, 0x18, 0x00};
 
 #if 0
 #define rarrow_width 12

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

