emacs-devel
[Top][All Lists]
Advanced

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

Re: Child-frame can not move to proper position when run "env GDK_SCALE=


From: Stefan Monnier
Subject: Re: Child-frame can not move to proper position when run "env GDK_SCALE=2 emacs"
Date: Wed, 10 Jan 2018 08:19:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> +  {
>> +    int scale = xg_get_scale(f);
>> +    xoff /= scale;
>> +    yoff /= scale;
>> +  }

BTW, why do we presume that scaling is an integer?


        Stefan




reply via email to

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