/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.528 by kfstorm, Fri Nov 16 13:10:56 2001 UTC revision 1.529 by jasonr, Sat Nov 24 17:48:40 2001 UTC
# Line 11077  compute_tip_xy (f, parms, dx, dy, width, Line 11077  compute_tip_xy (f, parms, dx, dy, width,
11077        
11078    /* Move the tooltip window where the mouse pointer is.  Resize and    /* Move the tooltip window where the mouse pointer is.  Resize and
11079       show it.  */       show it.  */
11080    if (!INTEGERP (left) && !INTEGERP (top))    if (!INTEGERP (left) || !INTEGERP (top))
11081      {      {
11082        BLOCK_INPUT;        BLOCK_INPUT;
11083        XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,        XQueryPointer (FRAME_X_DISPLAY (f), FRAME_X_DISPLAY_INFO (f)->root_window,

Legend:
Removed from v.1.528  
changed lines
  Added in v.1.529

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26