aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index fe3667c8168..dd829dc4cb2 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -11077,7 +11077,7 @@ compute_tip_xy (f, parms, dx, dy, width, height, root_x, root_y)
11077 11077
11078 /* Move the tooltip window where the mouse pointer is. Resize and 11078 /* Move the tooltip window where the mouse pointer is. Resize and
11079 show it. */ 11079 show it. */
11080 if (!INTEGERP (left) && !INTEGERP (top)) 11080 if (!INTEGERP (left) || !INTEGERP (top))
11081 { 11081 {
11082 BLOCK_INPUT; 11082 BLOCK_INPUT;
11083 XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window, 11083 XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,