Searched defs:ast_xw (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c28 ast_xw_t ast_xw; variable
122 sigprocmask(SIG_BLOCK, &newprocmask, &ast_xw.xw_procmask);
130 sigprocmask(SIG_SETMASK, &ast_xw.xw_procmask, (sigset_t *)NULL);
152 XMapRaised(ast_xw.xw_display, ast_xw.xw_window);
156 (ulong_t)ast_xw.xw_window);
171 XSync(ast_xw.xw_display, False);
182 if (ast_xw.xw_display == NULL)
185 XUnmapWindow(ast_xw.xw_display, ast_xw
[all...]

Completed in 581 milliseconds