Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!mips!smsc.sony.com!dce From: dce@smsc.sony.com (David Elliott) Newsgroups: comp.windows.x Subject: Re: Emulating pixmap with window Message-ID: <1990Nov27.155853.10911@smsc.sony.com> Date: 27 Nov 90 15:58:53 GMT References: <6233@quanta.eng.ohio-state.edu> Organization: Sony Microsystems Corp, San Jose, CA Lines: 12 In article <6233@quanta.eng.ohio-state.edu> DAVISM@kcgl1.eng.ohio-state.edu (Michael T. Davis) writes: > Is it possible to emulate the functionality of a pixmap with an un- >mapped window? As I believe that one answer here involves using an XImage, I have a related question. An XImage is not a drawable, but it sure would be nice to be able to use Xlib-like drawing routines on an XImage. For example, it would be nice to be able to draw lines, arcs, polygons, filled polygons, and so forth, and to do other operations on XImages. Does such a library exist? (Then again, maybe I missed something obvious...)