From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,29a1bbdbf5b2559c X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: unknown type X11.Long Date: 1998/09/06 Message-ID: #1/1 X-Deja-AN: 388407218 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <35F18098.FA432001@eunet.at> X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 905091838 nnrp-11:23579 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada Date: 1998-09-06T00:00:00+00:00 List-Id: Bernhard Rumpler writes: > Could anybody tell us how to work with the data type X11.Long? What kind > of type is it (float, string,...)? The standard X11 C headers don't define any Long of their own, so I suppose the Long you're looking for will be a standard C long as in Interfaces.C.long. Do you not have access to the source of this X11 package you are using? that would tell you!