XESetFlushGC

Syntax

int (*XESetFlushGC(display, extension, proc))()
      Display *display;
      int extension;
      int *(*proc)();

Arguments

display Specifies the connection to the X server.
extension Specifies the extension number.
proc Specifies the procedure to call when a GC is flushed.

Description

The procedure set by the XESetFlushGC() function has the same interface as the procedure set by the XESetCopyGC() function, but is called when a GC cache needs to be updated in the server.

See also

XESetBeforeFlush(), XESetCloseDisplay(), XESetCopyGC(), XESetCreateFont(), XESetCreateGC(), XESetError(), XESetErrorString(), XESetEventToWire(), XESetFreeFont(), XESetFreeGC(), XESetPrintErrorValues(), XESetWireToError(), XESetWireToEvent(), _XSetLastRequestRead(), "Hooks into the Library"
Christophe Tronche, ch@tronche.com