emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 13 Feb 2006 21:42:43 +0000

Index: emacs/src/xterm.c
diff -u emacs/src/xterm.c:1.895 emacs/src/xterm.c:1.896
--- emacs/src/xterm.c:1.895     Mon Feb 13 11:34:20 2006
+++ emacs/src/xterm.c   Mon Feb 13 21:42:43 2006
@@ -3592,9 +3592,8 @@
   last_mouse_motion_event = *event;
   XSETFRAME (last_mouse_motion_frame, frame);
 
-  if (!FRAME_X_OUTPUT (frame)) {
-      return 0;
-  }
+  if (!FRAME_X_OUTPUT (frame))
+    return 0;
 
   if (event->window != FRAME_X_WINDOW (frame))
     {




reply via email to

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