diff options
author | Ross Combs <rocombs@cs.nmsu.edu> | 2006-11-25 14:45:17 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-11-25 14:54:06 -0800 |
commit | f637a5b03164263a3af2e644cf655e52b015f1bb (patch) | |
tree | 35d0729720989b4b9fdc9b08d28cd89a5e35adb9 /configure.ac | |
parent | c6a0b0f18ed1242eeb908f5cf767ab8381edd456 (diff) |
Debian bug #354315: Clarify return value in XGetWindowAttributes man page
This man page does not discuss the actual return values of the
function, but says they are of type "Status". One might assume
that this means you could compare it with the "Success" macro.
One would be wrong.
The X functions seem to have two three types representing status.
If it is an "int" there are a number of error codes or "Success"
which can be compared against. If it is a bool, the result can be
compared with "True" or "False". If the return type is "Status" it
appears that the return type is either 0 or 1. Unfortunately the
value for Success is zero, so it is important to distinguish
between the first two types of return values and the third;
otherwise the conditional will be inverted.
XGetWindowAttributes() is one of the functions which returns zero
for failure. The man page should make this clear.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions