Errata

XLIB Reference Manual R5

Errata for XLIB Reference Manual R5

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 915
The save_under, event_mask, do_not_propagate & override_redirect rows have

wrong values in the Mask column;
I have the December 1993 printing of this book.

The following text contains tabular data & should be viewed with a fixed width font.

What we have:

Member Mask
------ ----
save_under CWOverrideRedirect
event_mask CWSaveUnder
do_not_propagate_mask CWEventMask
override_redirect CWDontPropagate

We should have:

Member Mask
------ ----
save_under CWSaveUnder
event_mask CWEventMask
do_not_propagate_mask CWDontPropagate
override_redirect CWOverrideRedirect

Anonymous