emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 1e3e24d: ; * src/xterm.c (x_update_begin): Fix wh


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 1e3e24d: ; * src/xterm.c (x_update_begin): Fix whitespace.
Date: Sat, 8 Dec 2018 04:52:02 -0500 (EST)

branch: emacs-26
commit 1e3e24d957eb6b1bc5d25f506ef080d1ad553ec8
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/xterm.c (x_update_begin): Fix whitespace.
---
 src/xterm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xterm.c b/src/xterm.c
index 8157612..577c87a 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -1013,7 +1013,7 @@ x_update_begin (struct frame *f)
           GdkWindow *w = gtk_widget_get_window (FRAME_GTK_WIDGET (f));
          int scale = xg_get_scale (f);
          width = scale * gdk_window_get_width (w);
-          height = scale * gdk_window_get_height (w);
+         height = scale * gdk_window_get_height (w);
         }
       else
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]