Undo removal of x_clear_area call on expose for GTK3 or cairo.
* src/xterm.c (handle_one_xevent) [HAVE_GTK3 || USE_CAIRO]: Clear exposed area. (Bug#20677)
This commit is contained in:
parent
ddaef07eca
commit
dcf18b5c84
1 changed files with 1 additions and 1 deletions
|
@ -7668,7 +7668,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
|
|||
}
|
||||
else
|
||||
{
|
||||
#if defined (USE_GTK) && ! defined (HAVE_GTK3) && ! defined (USE_CAIRO)
|
||||
#ifdef USE_GTK
|
||||
/* This seems to be needed for GTK 2.6 and later, see
|
||||
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15398. */
|
||||
x_clear_area (f,
|
||||
|
|
Loading…
Add table
Reference in a new issue