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

Diff of /emacs/src/w32fns.c

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

revision 1.257 by jasonr, Tue Oct 25 21:13:50 2005 UTC revision 1.258 by eliz, Fri Dec 2 18:31:50 2005 UTC
# Line 7413  compute_tip_xy (f, parms, dx, dy, width, Line 7413  compute_tip_xy (f, parms, dx, dy, width,
7413      *root_y = XINT (top);      *root_y = XINT (top);
7414    else if (*root_y + XINT (dy) - height < 0)    else if (*root_y + XINT (dy) - height < 0)
7415      *root_y -= XINT (dy);      *root_y -= XINT (dy);
7416      /* If there's not enough place below the pointer, put tip above it.  */
7417      else if (*root_y + XINT (dy) >= FRAME_W32_DISPLAY_INFO (f)->height)
7418        *root_y -= XINT (dy);
7419    else    else
7420      {      {
7421        *root_y -= height;        *root_y -= height;

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

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