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

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

bug#37770: [PATCH] Expose scale factor through the redisplay interface


From: Carlos Pita
Subject: bug#37770: [PATCH] Expose scale factor through the redisplay interface
Date: Tue, 15 Oct 2019 21:32:25 -0300

I have updated my patch a bit:

1. Instead of setting the new API to NULL when the scale factor is
ignored or unsupported by the backend, I'm setting it to a dummy
function returning 1. This keeps backwards compatibility and is more
convenient for the user of the interface.

2. get_scale_factor now returns a double. Even though current scale
factors are integers, this is an interface that will better have to
make it through the forthcoming era of fractional scaling.

Attachment: 0001-Expose-scale-factor-through-the-redisplay-interface.patch
Description: Text Data


reply via email to

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