[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 109626 GTK3 issue
From: |
Chong Yidong |
Subject: |
Re: 109626 GTK3 issue |
Date: |
Wed, 15 Aug 2012 17:39:58 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
Dmitry Antipov <address@hidden> writes:
> - args[3] = make_float (((double) pango_font_description_get_size
> (desc))
> - / PANGO_SCALE);
> + args[3] = make_float (pango_units_to_double (size) / PANGO_SCALE);
Thanks, committed with a minor fix (there's no need to divide by
PANGO_SCALE if using pango_units_to_double).