>>>>> "Manuel" == Manuel Giraud <[EMAIL PROTECTED]> writes:
Manuel> Raymond Toy <[EMAIL PROTECTED]> writes:
>>
>> I guess I wasn't clear enough. The first value from xlib:input-focus
>> is XLIB:WINDOW object. However, in the original question, we were
>> returning (nth-value 0 (xlib:input-focus dpy)) and people were getting
>> things like :POINTER-ROOT. With Peter's change, I get the xlib:window
>> object. The second value is :PARENT. Without his change, I was
>> getting a segfault.
>>
>> So why does (nth-value 0 ...) give my the window instead of some
>> keyword?
>>
Manuel> It seems to be the normal behaviour according to the CLX manual the
Manuel> first returned value is of type (or window (member :none :pointer-root)).
Ok, thanks for the explanation. I'll check in Peter's change.
Ray