diff options
Diffstat (limited to 'src/pgtkterm.c')
| -rw-r--r-- | src/pgtkterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 43c475f2a73..65408801cfd 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -7115,7 +7115,7 @@ pgtk_cr_export_frames (Lisp_Object frames, cairo_surface_type_t surface_type) | |||
| 7115 | int width, height; | 7115 | int width, height; |
| 7116 | void (*surface_set_size_func) (cairo_surface_t *, double, double) = NULL; | 7116 | void (*surface_set_size_func) (cairo_surface_t *, double, double) = NULL; |
| 7117 | Lisp_Object acc = Qnil; | 7117 | Lisp_Object acc = Qnil; |
| 7118 | ptrdiff_t count = SPECPDL_INDEX (); | 7118 | specpdl_ref count = SPECPDL_INDEX (); |
| 7119 | 7119 | ||
| 7120 | specbind (Qredisplay_dont_pause, Qt); | 7120 | specbind (Qredisplay_dont_pause, Qt); |
| 7121 | redisplay_preserve_echo_area (31); | 7121 | redisplay_preserve_echo_area (31); |