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: Yuuki Harano
Subject: Re: Proposing changes to adjust_frame_size
Date: Tue, 11 May 2021 00:41:39 +0900 (JST)

On Mon, 10 May 2021 16:16:27 +0200,
        martin rudalics <rudalics@gmx.at> wrote:
> Please try (if those work on your system) with

Thanks for the hints.

I fixed the bug.  I was passing text size to xg_frame_set_char_size().
It should be pixel size.

Now, I tested with fringes/scrollbar/toolbar on/off and toggling them
like:
----
(setq frame (make-frame '((width . 60) (height . 20)
                          (left-fringe . 0) (right-fringe . 0) )))
(modify-frame-parameters frame '((left-fringe . 8)))
----
and (frame-width) and (frame-height) were always 60 and 20.

-- 
Yuuki Harano



reply via email to

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