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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c1446 flashWindow(TScreen *screen, Window window, GC visualGC, unsigned width, unsigned height) argument
1455 XFillRectangle(screen->display, window, visualGC, x, y, width, height);
1458 XFillRectangle(screen->display, window, visualGC, x, y, width, height);
1471 GC visualGC; local in function:VisualBell
1475 visualGC = XtGetGC((Widget) xw, GCFunction + GCForeground, &gcval);
1479 flashWindow(screen, TWindow(tekscr), visualGC,
1485 flashWindow(screen, VWindow(screen), visualGC,
1489 XtReleaseGC((Widget) xw, visualGC);

Completed in 14 milliseconds