bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: incorrect redraw


From: Gerd Moellmann
Subject: Re: incorrect redraw
Date: 30 Oct 2001 15:03:39 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Gerd Moellmann <gerd@gnu.org> writes:

> raphael.berbain@bigfoot.com (Raphaël Berbain) writes:
> 
> > appres Emacs:
> > Emacs.internalBorder: 15
> > 
> > When internal border value is more or equal to 15, I can see problems
> > in Emacs window redraw: the mode-line isn't drawn, and the bottom part
> > of the toolbar isn't either.
> 
> Could you please try the patch below?  The space below the tool bar
> is the internal border.  It doesn't look good if there is no room
> between the bottom of the tool bar and the text in the window below it.

I've forgotten the patch...  Here it is

*** xdisp.c     2001/10/29 10:15:30     1.695
--- xdisp.c     2001/10/30 13:56:50
***************
*** 6976,6981 ****
--- 6976,6982 ----
            {
              clear_current_matrices (f);
              f->garbaged = 0;
+             Fredraw_frame (frame);
            }
        }
  



reply via email to

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