diff options
| author | Kim F. Storm | 2004-10-12 14:14:07 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-10-12 14:14:07 +0000 |
| commit | 61087d3fd64d11574f98e94c9413ef56b69c9919 (patch) | |
| tree | 74012b631bdb107c9f2f36cbc940805cb6dab1b3 /src | |
| parent | 1c8dec6aac19d74c45b7e44d1849c988f94654fa (diff) | |
| download | emacs-61087d3fd64d11574f98e94c9413ef56b69c9919.tar.gz emacs-61087d3fd64d11574f98e94c9413ef56b69c9919.zip | |
(x_redisplay_interface): Fix flush_display_optional.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 131753f893c..8aa52b658c8 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10758,7 +10758,7 @@ static struct redisplay_interface x_redisplay_interface = | |||
| 10758 | x_update_window_end, | 10758 | x_update_window_end, |
| 10759 | x_cursor_to, | 10759 | x_cursor_to, |
| 10760 | x_flush, | 10760 | x_flush, |
| 10761 | #ifndef XFlush | 10761 | #ifdef XFlush |
| 10762 | x_flush, | 10762 | x_flush, |
| 10763 | #else | 10763 | #else |
| 10764 | 0, /* flush_display_optional */ | 10764 | 0, /* flush_display_optional */ |