Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!uwvax!tank!mimsy!tove.umd.edu!steveg From: steveg@tove.umd.edu (Steve Green) Newsgroups: comp.windows.x Subject: innternal server calls Keywords: server Message-ID: <18219@mimsy.UUCP> Date: 22 Jun 89 03:55:38 GMT Sender: nobody@mimsy.UUCP Reply-To: steveg@tove.umd.edu (Steve Green) Organization: U of Maryland, Dept. of Computer Science, Lines: 11 References: I am making a simple modification to the X11R3 server in which I am trying call (*pGC->PutImage)(pWin, pGC, 1, x, y, width, height, 0, XYBitmap, bits) I dont think that I have the source bits in the correct format..I seem to be getting the image offset by 1 byte. What is the format of bits...Pixmap? Bitmap? How do I call XCreatePixmatFromBitmapData from this point? (assuming I need to). -steve green ..uunet!tove.umd.edu!steveg steveg@tove.umd.edu