Searched refs:win_y (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DActivate.c153 int root_x, root_y, win_x, win_y; local
391 &win_x, &win_y,
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXMouseEvent.c121 int win_x, win_y; local
123 &win_x, &win_y);
/macosx-10.10/vim-55/src/
H A Dgui_xmebw.c1097 int win_y; local
1110 &root_x, &root_y, &win_x, &win_y, &mask); local
1114 if ((win_x < 0) || (win_y < 0))
1117 if ((win_x > (int)r_width) || (win_y > (int)r_height))
H A Dos_unix.c6542 int win_x, win_y; local
6578 &win_x, &win_y, &mask_return);
6579 xterm_hints.y = win_y - (xterm_hints.height_inc * mouse_row)
6596 &win_x, &win_y, &mask_return);
6598 row = check_row((win_y - xterm_hints.y) / xterm_hints.height_inc);
H A Dgui_motif.c679 int x, y, win_x, win_y, maxX, maxY; local
691 &x, &y, &win_x, &win_y, &mask); local
695 XGetGeometry(XtDisplay(shell), XtWindow(shell), &root, &win_x, &win_y, local
/macosx-10.10/emacs-93/emacs/src/
H A Dmacterm.c5419 int win_y, top_range;
5456 win_y = XINT (bufp->y) - XINT (bar->top);
5459 win_y -= VERTICAL_SCROLL_BAR_TOP_BORDER;
5461 win_y -= 24;
5464 win_y -= XINT (bar->dragging);
5466 if (win_y < 0)
5467 win_y = 0;
5468 if (win_y > top_range)
5469 win_y = top_range;
5471 XSETINT (bufp->x, win_y);
5404 int win_y, top_range; local
5517 int win_y, top_range; local
[all...]
H A Dxterm.c3759 int win_x, win_y;
3781 root_x, root_y, &win_x, &win_y,
3797 root_x, root_y, &win_x, &win_y,
3807 parent_y = win_y;
3813 win_x and win_y are the pointer's position in it
3816 (They are what win_x and win_y were when win was child.
3850 win_y = parent_y;
3867 remember_mouse_glyph (f1, win_x, win_y, &last_mouse_glyph);
3874 XSETINT (*y, win_y);
5464 int win_x, win_y;
3743 int win_x, win_y; local
5445 int win_x, win_y; local
[all...]
H A Dxfns.c583 int win_x, win_y, outer_x, outer_y;
635 our window, win_x and win_y will be negative:
649 real_x, real_y, &win_x, &win_y,
657 outer_y = win_y;
684 f->y_pixels_diff = -win_y;
5020 int win_x, win_y;
5034 &root, &child, root_x, root_y, &win_x, &win_y, &pmask);
579 int win_x, win_y, outer_x, outer_y; local
4997 int win_x, win_y; local

Completed in 337 milliseconds