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

/macosx-10.10/vim-55/src/
H A Dgui_x11.c653 Window rootw, shellw, child, parentw; local
659 shellw = XtWindow(shell);
660 if (shellw == 0)
664 XQueryTree(XtDisplay(shell), shellw, &rootw, &parentw, local
669 shellw = parentw;
671 XGetWindowAttributes(XtDisplay(shell), shellw, &a); local
672 XTranslateCoordinates(XtDisplay(shell), shellw, a.root, 0, 0, local

Completed in 72 milliseconds