Path: utzoo!utgpu!news-server.csri.toronto.edu!ephemeral.ai.toronto.edu!ai.toronto.edu!dudek Newsgroups: comp.sys.mac From: dudek@ai.toronto.edu (Gregory Dudek) Subject: Re: X Window Emulator for the Mac Message-ID: <90May3.140259edt.8267@ephemeral.ai.toronto.edu> Keywords: X, Apple, EMULATOR Organization: Department of Computer Science, University of Toronto References: <20489@boulder.Colorado.EDU> <722@limbo.Intuitive.Com> Distribution: usa Date: 3 May 90 18:03:27 GMT Lines: 15 While we're on the subject of X for the Mac, I was wondering if anybody has written a X porting library for the Mac. What I want is a set of routines that are called like Xlib calls, but just do the right local Mac thing. This IS NOT a request for X servers, but just for a quick hack that will let me port some X code over to the Mac. For example, XCreateWindow becomes a call to NewWindow while XOpenDisplay does nothing but return a static "display". A partial library of this sort looks pretty easy. I nobody has done it yet, I'll do it myself for the 20 or so Xlib routines I need. Greg Dudek