changeset 57454:926582f79d3b

(x_redisplay_interface): Fix flush_display_optional.
author Kim F. Storm <storm@cua.dk>
date Tue, 12 Oct 2004 14:14:07 +0000
parents e04278a7f378
children e23b8a42ded3
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */