diff options
| author | Eli Zaretskii | 2018-12-08 11:50:58 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-12-08 11:50:58 +0200 |
| commit | 1e3e24d957eb6b1bc5d25f506ef080d1ad553ec8 (patch) | |
| tree | fadaf2e70ffb729733a42fc6db5ba002c98b4da4 | |
| parent | 1d743d2461a5a90893a0cbe62239f31b321a844d (diff) | |
| download | emacs-1e3e24d957eb6b1bc5d25f506ef080d1ad553ec8.tar.gz emacs-1e3e24d957eb6b1bc5d25f506ef080d1ad553ec8.zip | |
; * src/xterm.c (x_update_begin): Fix whitespace.
| -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 8157612b293..577c87a93b1 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1013,7 +1013,7 @@ x_update_begin (struct frame *f) | |||
| 1013 | GdkWindow *w = gtk_widget_get_window (FRAME_GTK_WIDGET (f)); | 1013 | GdkWindow *w = gtk_widget_get_window (FRAME_GTK_WIDGET (f)); |
| 1014 | int scale = xg_get_scale (f); | 1014 | int scale = xg_get_scale (f); |
| 1015 | width = scale * gdk_window_get_width (w); | 1015 | width = scale * gdk_window_get_width (w); |
| 1016 | height = scale * gdk_window_get_height (w); | 1016 | height = scale * gdk_window_get_height (w); |
| 1017 | } | 1017 | } |
| 1018 | else | 1018 | else |
| 1019 | #endif | 1019 | #endif |