Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!alberta!cpsc.ucalgary.ca!yogi.fhhosp.ab.ca!henry From: henry@yogi.fhhosp.ab.ca Newsgroups: comp.windows.x Subject: porting unstructured graphics code to X Message-ID: <1991Feb25.212501.1776@yogi.fhhosp.ab.ca> Date: 26 Feb 91 03:25:01 GMT Lines: 11 I have a pile of code that needs to run under X. It all uses graphic primitive calls (lines, dots, crosses) that are PLOT-10 like. I'm unenthused about doing a lot of code rewrites to bundle graphics code into repaint procedures. Is there any easy way to port the code so that I can just draw into a window, and *not* have to worry about redrawing from Expose events? Thanks, -Henry Bland