From owner-freebsd-hackers Sat Jan 27 23:03:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28958 for hackers-outgoing; Sat, 27 Jan 1996 23:03:58 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA28953 for ; Sat, 27 Jan 1996 23:03:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id XAA24118; Sat, 27 Jan 1996 23:00:01 -0800 To: Terry Lambert cc: luigi@labinfo.iet.unipi.it, james@miller.cs.uwm.edu, dufault@hda.com, hackers@freebsd.org, hasty@rah.star-gate.com, multimedia@rah.star-gate.com Subject: Re: Amancio's tv program with capture! In-reply-to: Your message of "Thu, 25 Jan 1996 12:27:42 MST." <199601251927.MAA03042@phaeton.artisoft.com> Date: Sat, 27 Jan 1996 23:00:01 -0800 Message-ID: <24115.822812401@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > > BTW, the server doesn't use pixmaps with the shared memory extension. > > It uses XImages. > > You can't avoid having to do the conversion. I understand that - I simply wanted to make the point that it wasn't pixmap information being "wired", but XImage information. Check the X11 protocol spec - there's a predefined low-level data type for XImages (and Pixmaps are only passed by integer ID anyway). Jordan