emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Sat, 24 Nov 2001 12:48:41 -0500

Index: emacs/src/xfns.c
diff -u emacs/src/xfns.c:1.528 emacs/src/xfns.c:1.529
--- emacs/src/xfns.c:1.528      Fri Nov 16 08:10:56 2001
+++ emacs/src/xfns.c    Sat Nov 24 12:48:40 2001
@@ -11077,7 +11077,7 @@
   
   /* Move the tooltip window where the mouse pointer is.  Resize and
      show it.  */
-  if (!INTEGERP (left) && !INTEGERP (top))
+  if (!INTEGERP (left) || !INTEGERP (top))
     {
       BLOCK_INPUT;
       XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO 
(f)->root_window,



reply via email to

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