Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XMaxRequest(3x) — HP-UX 9.10

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XMaxRequestSize − get maximum request size supported by server. 

Synopsis

long XMaxRequestSize(display)

    Display *display;

Arguments

displaySpecifies a connection to an X server; returned from XOpenDisplay(). 

Description

XMaxRequestSize() returns the maximum request size (in 4-byte units) supported by the server.  Single protocol requests to the server can be no longer than this size.  The protocol guarantees the size to be no smaller than 4096 units (16384 bytes).  Xlib automatically breaks data up into multiple protocol requests as necessary for the following functions: XDrawPoints(), XDrawRectangles(), XDrawSegments(), XFillArcs(), XFillRectangles(), and XPutImage().  Xlib does not break up data for XDrawArcs(), XDrawLines(), or XFillPolygon().  There is no macro MaxRequestSize(). 

See Also

XDrawArcs(), XDrawLines(), XFillPolygon(). 

Copyright O’Reilly & Assoc.  —  

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026