# HG changeset patch # User Kim F. Storm # Date 1097590447 0 # Node ID 926582f79d3ba8b8ecc6af0b856183169bb26e72 # Parent e04278a7f378af7373c8239069d174dd011bd063 (x_redisplay_interface): Fix flush_display_optional. diff -r e04278a7f378 -r 926582f79d3b src/xterm.c --- a/src/xterm.c Tue Oct 12 14:13:48 2004 +0000 +++ b/src/xterm.c Tue Oct 12 14:14:07 2004 +0000 @@ -10758,7 +10758,7 @@ x_update_window_end, x_cursor_to, x_flush, -#ifndef XFlush +#ifdef XFlush x_flush, #else 0, /* flush_display_optional */