emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposing changes to adjust_frame_size


From: martin rudalics
Subject: Re: Proposing changes to adjust_frame_size
Date: Sun, 9 May 2021 15:47:55 +0200

>>> (setq frame (make-frame '((width . 60) (height . 20)
>>> (tool-bar-lines . 0) (visibility . nil))))
>>>
>>> then
>>>
>>> (make-frame-visible frame)
>>>
>>> and tell me what
>>>
>>> (frame-width) and (frame-height) give for that frame.
>
> I fixed pgtk_make_frame_visible issue, and tested again.
>
> ----
> (frame-width)
> 56

Do you have any ideas why this misses 4 character widths ...

> (frame-height)
> 20

...  while the usually more complicated height is right?

martin



reply via email to

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