Query: xflushgc
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XFlushGC() XFlushGC() Name XFlushGC - force cached GC changes to the server. Synopsis void XFlushGC(display, gc) Display *display; GC gc; Arguments display Specifies the connection to the X server. gc Specifies the graphics context. Availability Release 5 and later. Description Xlib normally defers sending changes to the components of a GC to the server until a graphics function is actually called with that GC. This permits batching of component changes into a single server request. In some circumstances, however, it may be necessary for the client to explicitly force sending of the changes to the server. An example might be when a protocol extension uses the GC indirectly, in such a way that the extension interface cannot know what GC will be used. In a case like this, the extension library could use XFlushGC() to force any cached changes to the GC it will use to be flushed to the server. See Also XChangeGC(), XSetForeground(). Xlib - Graphics Context XFlushGC()
Related Man Pages |
---|
xgetextensionversion(3x11) - redhat |
xdrawlines(3) - hpux |
xdrawpoints(3) - hpux |
xsetdashes(3) - hpux |
xsetfunction(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
PHP Man Pages Now Available (Over 10,000) |
Hpux 11iV3 administration document |
Seeking Alternative for diff in hp |
Wrong Array... |