Xref: news-dnh.mv.net comp.os.msdos.djgpp:3468 Path: news-dnh.mv.net!mv!news.sprintlink.net!gryphon.phoenix.net!usenet From: dawsonas AT phoenix DOT net (Randy Dawson) Newsgroups: comp.os.msdos.djgpp Subject: libxemu - how do we port X11 colormap calls? Date: 28 Nov 1995 15:51:50 GMT Organization: Dawson & Associates, Inc. Lines: 14 Nntp-Posting-Host: dial34.phoenix.net To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I am porting a large animation package (CQUEL.BYU) and I've got everything compiling ok, and down to the link stage. I am wondering how to handle or rewrite code that calls the X11 colormap functions: XFreeColormap XcreateColormap XallocColorCells XstoreColor Is there a clever way of bypasing these calls and use 24 bit truecolor to eliminate colormapping? Randy Dawson