diff options
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 bc56e99513d..9bb0b83916c 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8834,7 +8834,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, | |||
| 8834 | if (f && FRAME_X_DOUBLE_BUFFERED_P (f)) | 8834 | if (f && FRAME_X_DOUBLE_BUFFERED_P (f)) |
| 8835 | font_drop_xrender_surfaces (f); | 8835 | font_drop_xrender_surfaces (f); |
| 8836 | unblock_input (); | 8836 | unblock_input (); |
| 8837 | #ifdef USE_CAIRO | 8837 | #if defined USE_CAIRO && !defined USE_GTK |
| 8838 | if (f) | 8838 | if (f) |
| 8839 | x_cr_update_surface_desired_size (f, configureEvent.xconfigure.width, | 8839 | x_cr_update_surface_desired_size (f, configureEvent.xconfigure.width, |
| 8840 | configureEvent.xconfigure.height); | 8840 | configureEvent.xconfigure.height); |