From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: XBM images sometimes inverted on Windows Date: Sat, 01 Dec 2007 14:41:00 +0000 Message-ID: <4751727C.7080404@gnu.org> References: <20071130124226.GA28554@janet> <4751636A.7060806@gnu.org> <20071201143554.GA7127@janet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196520110 23049 80.91.229.12 (1 Dec 2007 14:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2007 14:41:50 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Neil Roberts Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Dec 01 15:41:58 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IyTXZ-0007Dm-Gp for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Dec 2007 15:41:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyTXJ-0004na-Du for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Dec 2007 09:41:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IyTXE-0004nL-T2 for bug-gnu-emacs@gnu.org; Sat, 01 Dec 2007 09:41:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IyTXC-0004n9-HJ for bug-gnu-emacs@gnu.org; Sat, 01 Dec 2007 09:41:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IyTXC-0004n6-Cb for bug-gnu-emacs@gnu.org; Sat, 01 Dec 2007 09:41:34 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IyTXC-0006Db-2z for bug-gnu-emacs@gnu.org; Sat, 01 Dec 2007 09:41:34 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 2A49650F0A; Sat, 1 Dec 2007 14:41:33 +0000 (GMT) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <20071201143554.GA7127@janet> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17104 Archived-At: Neil Roberts wrote: > The width and height are specified in the property list instead: > I missed that. It seems the code takes a different path when images are defined like this, and skips using the XBM_BIT_SHUFFLE macro to shuffle the bits to suit Windows' expectations for monochrome bitmaps.