Searched refs:shellw (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_x11.c | 659 Window rootw, shellw, child, parentw; in shellRectangle() local 665 shellw = XtWindow(shell); in shellRectangle() 666 if (shellw == 0) in shellRectangle() 670 XQueryTree(XtDisplay(shell), shellw, &rootw, &parentw, in shellRectangle() 675 shellw = parentw; in shellRectangle() 677 XGetWindowAttributes(XtDisplay(shell), shellw, &a); in shellRectangle() 678 XTranslateCoordinates(XtDisplay(shell), shellw, a.root, 0, 0, in shellRectangle()
|