emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#19698: closed (Use bool, not int, to flag face cha


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19698: closed (Use bool, not int, to flag face changes)
Date: Wed, 28 Jan 2015 19:18:02 +0000

Your message dated Wed, 28 Jan 2015 11:16:54 -0800
with message-id <address@hidden>
and subject line Re: Use bool, not int, to flag face changes
has caused the debbugs.gnu.org bug report #19698,
regarding Use bool, not int, to flag face changes
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19698
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Use bool, not int, to flag face changes Date: Mon, 26 Jan 2015 17:18:12 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
Tags: patch
Severity: wishlist

Attached is a minor patch to simplify the xfaces.c code by using a bool flag 'face_change' instead of an int counter 'face_change_count'. This affects the MS-Windows port so I'm filing it as a bug report to give Eli a heads-up.

Attachment: 0001-Use-bool-not-int-to-track-face-changes.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: Use bool, not int, to flag face changes Date: Wed, 28 Jan 2015 11:16:54 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
On 01/27/2015 10:20 AM, Eli Zaretskii wrote:
Date: Mon, 26 Jan 2015 17:18:12 -0800
From: Paul Eggert <address@hidden>
CC: Eli Zaretskii <address@hidden>

Attached is a minor patch to simplify the xfaces.c code by using a bool flag
'face_change' instead of an int counter 'face_change_count'.  This affects the
MS-Windows port so I'm filing it as a bug report to give Eli a heads-up.
Thanks, it looks good to me.

Thanks for checking. I commited it to master as cdee38ab61b383f1190d29470319bce3693c7dd9 and marking this as done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]