GNU bug report logs -
#38497
27.0.50; Frame is not rendered when frame-resize-pixelwise it 't
Previous Next
Reported by: 'Ihor Radchenko' <yantar92 <at> gmail.com>
Date: Thu, 5 Dec 2019 07:11:02 UTC
Severity: normal
Found in version 27.0.50
Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Bug is archived. No further changes may be made.
Full log
Message #134 received at 38497 <at> debbugs.gnu.org (full text, mbox):
>> Could you try the patch below?
Even though redrawing started working with the patch following my
previous recipe, I observe another redrawing issue with this patch. I
haven't tracked the exact recipe yet, but it seems to occur when emacs
frame is created in floating layout (maybe because it is not resized
after creation in this case, unlike tiling layout).
Ihor Radchenko <yantar92 <at> gmail.com> writes:
>> Could you try the patch below?
>
> Redrawing started working with this patch. Thank you!
>
> Best regards,
> Ihor
>
>
> mituharu <at> math.s.chiba-u.ac.jp writes:
>
>>>> With 'frame-resize-pixelwise' non-nil?
>>>
>>> No, frame-resize-pixelwise had its default value (nil).
>>>
>>> To avoid confusion, let me recall what I did to reproduce the redrawing
>>> issue:
>>>
>>> 1. Compile emacs with xft cairo and lucid
>>> 2. emacs -Q (frame-resize-pixelwise is nil by default)
>>> 3. Maximise emacs frame (without this, there is an artefact in the title
>>> bar, but emacs frame itself is redrawing)
>>> 4. M-x menu-bar-mode
>>
>> Could you try the patch below?
>>
>> YAMAMOTO Mitsuharu
>> mituharu <at> math.s.chiba-u.ac.jp
>>
>> diff --git a/src/xterm.c b/src/xterm.c
>> index 55e5cb76f2..3d6f59c48c 100644
>> --- a/src/xterm.c
>> +++ b/src/xterm.c
>> @@ -8931,8 +8931,9 @@ handle_one_xevent (struct x_display_info *dpyinfo,
>> font_drop_xrender_surfaces (f);
>> unblock_input ();
>> #if defined USE_CAIRO && !defined USE_GTK
>> - if (f)
>> - x_cr_update_surface_desired_size (f, configureEvent.xconfigure.width,
>> + if (any && configureEvent.xconfigure.window == FRAME_X_WINDOW (any))
>> + x_cr_update_surface_desired_size (any,
>> + configureEvent.xconfigure.width,
>> configureEvent.xconfigure.height);
>> #endif
>> #ifdef USE_GTK
>>
>>
>
This bug report was last modified 5 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.