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

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

bug#19698: Use bool, not int, to flag face changes


From: Paul Eggert
Subject: bug#19698: 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


reply via email to

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