From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: More enhancements to fringe bitmaps. Date: Mon, 09 Feb 2004 14:27:17 +0000 Organization: Integra SP Ltd Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <402798C5.7050504@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076337629 13110 80.91.224.253 (9 Feb 2004 14:40:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2004 14:40:29 +0000 (UTC) Cc: YAMAMOTO Mitsuharu , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 09 15:40:15 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AqCa6-0000cv-00 for ; Mon, 09 Feb 2004 15:40:14 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AqCa6-0006n5-00 for ; Mon, 09 Feb 2004 15:40:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AqCZq-0001bE-Fg for emacs-devel@quimby.gnus.org; Mon, 09 Feb 2004 09:39:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AqCVv-0007Pn-GO for emacs-devel@gnu.org; Mon, 09 Feb 2004 09:35:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AqCRP-0005w4-Ln for emacs-devel@gnu.org; Mon, 09 Feb 2004 09:31:47 -0500 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.24) id 1AqCOp-0004yD-30 for emacs-devel@gnu.org; Mon, 09 Feb 2004 09:28:35 -0500 Original-Received: (qmail 4315 invoked from network); 9 Feb 2004 14:15:59 -0000 Original-Received: from unknown (HELO ntserver.altio.com) (217.207.198.106) by 66.216.96.43 with SMTP; 9 Feb 2004 14:15:59 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id YYCBFVG7; Mon, 9 Feb 2004 14:26:55 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-gb, en, ja Original-To: "Kim F. Storm" In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19829 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19829 Kim F. Storm wrote: >>In mac, the easiest way to do this would be to use the "srcOr" bitmap >>transfer mode (draw only foreground), instead of the "srcCopy" mode >>(draw both foreground and background). >> >> > >Thanks for the advise and patch. So the mac support should be done now. > > I will hopefully get some time to look at this this week, but if someone else wants to try, the equivalent for w32 is probably something like what is done in x_draw_image_foreground() in w32term.c, or what is done in the BitBlt calls in w32bdf.c is probably sufficient for monochrome bitmaps.