GNU bug report logs -
#16736
Compiling a Lisp file causes display to flash off and on
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Thu, 13 Feb 2014 02:26:01 UTC
Severity: important
Found in version 24.3.50
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Mon, 17 Feb 2014 17:23:25 +0100
> From: martin rudalics <rudalics <at> gmx.at>
> CC: Glenn Morris <rgm <at> gnu.org>, 16736 <at> debbugs.gnu.org
>
> > Looks like FRAME_PIXEL_HEIGHT includes the tool bar, and is thus 33
> > pixels larger than we expect. (What is f->tool_bar_height?) But I
> > cannot find the place where we assign any value to FRAME_PIXEL_HEIGHT,
> > except in this very function, so I'm unsure where do those extra 33
> > pixels come from.
>
> It's from update_various_frame_slots in widget.c. If you comment that
> out, the problem disappears. But I don't know yet whether it's needed
> elsewhere ...
If you mean this:
FRAME_PIXEL_HEIGHT (f) = ew->core.height + x->menubar_height;
then does it mean that menubar_height is 33 pixels? Sounds too much
to me.
This bug report was last modified 11 years and 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.