From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Box graphic tweak Date: Fri, 08 Oct 2010 01:14:02 -0400 Message-ID: <878w29jmg5.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286514864 26327 80.91.229.12 (8 Oct 2010 05:14:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2010 05:14:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 07:14:23 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P45Hg-0000Ln-KG for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 07:14:20 +0200 Original-Received: from localhost ([127.0.0.1]:55739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P45Hg-0008At-1w for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 01:14:20 -0400 Original-Received: from [140.186.70.92] (port=53940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P45HZ-0008Ad-Bf for emacs-devel@gnu.org; Fri, 08 Oct 2010 01:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P45HW-0006je-Vc for emacs-devel@gnu.org; Fri, 08 Oct 2010 01:14:13 -0400 Original-Received: from pantheon-po42.its.yale.edu ([130.132.50.101]:35829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P45HW-0006jC-Rf for emacs-devel@gnu.org; Fri, 08 Oct 2010 01:14:10 -0400 Original-Received: from furry (adsl-99-111-197-225.dsl.wlfrct.sbcglobal.net [99.111.197.225]) (authenticated bits=0) by pantheon-po42.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o985E31m005713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 8 Oct 2010 01:14:04 -0400 Original-Received: by furry (Postfix, from userid 1000) id B8E57C018; Fri, 8 Oct 2010 01:14:02 -0400 (EDT) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131468 Archived-At: I just made a tweak to the way 3D boxes are drawn, to make them more legible. The W32 code looks like it could use a similar change, but I didn't want to do the translation without being able to test it. Could someone on W32 take a look? Thanks. * xterm.c (x_draw_relief_rect): If box width is larger than 1, draw the outermost line using the black relief, for legibility. Omit drawing the four corner pixels.