[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
- Re: Proposing changes to adjust_frame_size, (continued)
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/09
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/09
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/10
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size,
Yuuki Harano <=
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/10
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/11
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/12
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/13