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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,27200915cbff176 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-23 08:05:08 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!skynet.be!213.51.129.3.MISMATCH!newshub1.home.nl!home.nl!not-for-mail From: Ad Buijsen Newsgroups: comp.lang.ada Subject: Re: Problem with C function pointers Date: Tue, 23 Dec 2003 17:04:18 +0100 Organization: @Home Benelux Message-ID: <3FE86782.9050708@home.nl> References: <963c4dec.0312191413.15c9cb08@posting.google.com> <963c4dec.0312210506.27b8f4e1@posting.google.com> <963c4dec.0312220137.6641e5b6@posting.google.com> NNTP-Posting-Host: cp59361-a.roose1.nb.home.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news2.tilbu1.nb.home.nl 1072195458 4755 213.51.168.79 (23 Dec 2003 16:04:18 GMT) X-Complaints-To: abuse@home.nl NNTP-Posting-Date: Tue, 23 Dec 2003 16:04:18 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:3755 Date: 2003-12-23T17:04:18+01:00 List-Id: Stephen Leake wrote: > skibochka@yahoo.com (Andrew Skiba) writes: > > > >>Did I say that? Of course, it runs under X Windows. Try tuxrunner >>game for an example what it is. And, there is http://directfb.org/ >>to find other cute projects. > > > Well now I'm confused. If DirectXB runs under X Windows, why can't > you run gdb in one window, with DirectXB in another? > Ah, semantic confusion... DirectFB controls the hardware directly, and there is a special XServer that runs on (top of) DirectFB, so , yes, DirectFB can run under X. Ad