bytes_after_return in XGetWindowProperty man pages
Dear, Everywhere in all manuals on XGetWindowProperty() I see these formulas: N = actual length of the stored property in bytes (even if the format is 16 or 32) I = 4 * long_offset T = N - I L = MINIMUM(T, 4
Re: bytes_after_return in XGetWindowProperty man pages
On 2024-10-13, Peter Kozich (GM) wrote: > Everywhere in all manuals on XGetWindowProperty() I see these formulas: > > N = actual length of the stored property in bytes > (even if the format is 16 or 32) > I = 4 * long_offset >