diff options
| author | Paul Eggert | 2016-11-20 16:33:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-11-20 16:59:24 -0800 |
| commit | ebe2e69c8fb14dfa169e0497cd868ade79d4c9d8 (patch) | |
| tree | d68e71ccb54664f75b604f045e3edca412684f25 /src/dispextern.h | |
| parent | 8a147fb24681cd5b89b99376c95baf785dd5126f (diff) | |
| download | emacs-ebe2e69c8fb14dfa169e0497cd868ade79d4c9d8.tar.gz emacs-ebe2e69c8fb14dfa169e0497cd868ade79d4c9d8.zip | |
* src/xdisp.c (block_buffer_flips, unblock_buffer_flips): Now static.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index f27279975ac..4acf3362c69 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3356,9 +3356,7 @@ void x_cr_init_fringe (struct redisplay_interface *); | |||
| 3356 | 3356 | ||
| 3357 | extern unsigned row_hash (struct glyph_row *); | 3357 | extern unsigned row_hash (struct glyph_row *); |
| 3358 | 3358 | ||
| 3359 | extern void block_buffer_flips(void); | 3359 | extern bool buffer_flipping_blocked_p (void); |
| 3360 | extern void unblock_buffer_flips(void); | ||
| 3361 | extern bool buffer_flipping_blocked_p(void); | ||
| 3362 | 3360 | ||
| 3363 | /* Defined in image.c */ | 3361 | /* Defined in image.c */ |
| 3364 | 3362 | ||