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:
YAMAMOTO Mitsuharu 2015-06-05 09:41:40 +09:00
parent ddaef07eca
commit dcf18b5c84

View file

@ -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,