Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XLastKnownR(3x) — HP-UX ANSI C A.09.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XLastKnownRequestProcessed, LastKnownRequestProcessed − get serial number of last request processed by server. 

Synopsis

unsigned long XLastKnownRequestProcessed(display)

     Display *display;

Arguments

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

Description

XLastKnownRequestProcessed() extracts the full serial number of the last request known by Xlib to have been processed by the X server.  Xlib automatically sets this number when replies, events, and errors are received.  This can be useful in error and warning handlers.  The C language macro LastKnownRequestProcessed() is equivalent and slightly more efficient. 

See Also

XNextRequest(). 

Copyright O’Reilly & Assoc.  —  

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