[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: |
Thu, 6 May 2021 16:10:12 +0200 |
>> in xterm.c please remove the two occurrences of
>>
>> #if defined USE_GTK && defined HAVE_GTK3
>> /* If GTK3 wants to impose some old size here (Bug#24526),
>> tell it that the current size is what we want. */
>> xg_frame_set_char_size
>> (f, FRAME_PIXEL_WIDTH (f), FRAME_PIXEL_HEIGHT (f));
>> #endif
>>
>> and tell me whether the problem persists.
>
> Nope, then the problem is gone and also toggling the toolbar and menubar
> has immediate effect without need for resizing the frame.
Please tell me whether it's necessary to remove both of these to make
the problem go away. If removing the second one suffices, please try
the attached patch and tell me whether it helps.
martin
xterm.c.diff
Description: Text Data
- Re: Proposing changes to adjust_frame_size, (continued)
- Re: Proposing changes to adjust_frame_size, Yuuki Harano, 2021/05/05
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/05
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/05
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/05
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/06
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size,
martin rudalics <=
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/06
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/07
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/08
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/08
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/08
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/08
- Re: Proposing changes to adjust_frame_size, Tassilo Horn, 2021/05/08
- Re: Proposing changes to adjust_frame_size, martin rudalics, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/09
- Re: Proposing changes to adjust_frame_size, Garjola Dindi, 2021/05/09