On 2010-12-03 10:12, Rami Ylimäki wrote: > On 12/03/2010 12:44 PM, Erkki Seppälä wrote: >> From: Rami Ylimäki<[email protected]> >> Reviewed-by: Erkki Seppala<[email protected]> > Let's preserve the previous Acked-by tag also. >> + XResQueryClientIds >> + num_specs: CARD32 >> + client_specs: LISTofCLIENTIDSPEC >> + â–¶ >> + num_ids: CARD32 >> + client_ids: LISTofCLIENTIDVALUE >> + >> + Errors: Value > We have to add Alloc error to the list of possible errors, because the > implementation may return BadAlloc.
Any request can return BadAlloc even if it's not on the error list, per the spec: http://cgit.freedesktop.org/xorg/proto/x11proto/tree/specs/sect1-9.xml#n666 Alloc is usually only specified in the error list of requests that are likely to use lots of resources (eg CreatePixmap). Peter Harris -- Open Text Connectivity Solutions Group Peter Harris http://connectivity.opentext.com/ Research and Development Phone: +1 905 762 6001 [email protected] Toll Free: 1 877 359 4866 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
