From: Valerij P. <vp...@ii...> - 2001-11-28 11:47:21
|
On Wed, 28 Nov 2001 09:53:29 +0000 (GMT) H C Pumphrey <hc...@me...> wrote: > [A message or two back, I wrote...] > > > P.S. I am wondering if [the window title bug] is the cause of some of > > the X weirdness on Solaris reported by others..... > > ... but now I suspect not. A fix was posted to the forum on the web site, > (at http://sourceforge.net/forum/forum.php?thread_id=105137&forum_id=8607) > but not to the mailing lists, which appears to fix the screeds of X > errors. > > The fix has a 1-letter misprint. With that corrected, it works and > doesn't break things on my Sun. The corrected statement is: > > dev->window = > XCreateWindow( xwd->display, > DefaultRootWindow(xwd->display), > hint.x, hint.y, hint.width, hint.height, > dev->border, XDefaultDepth(xwd->display,xwd->screen), > InputOutput,XDefaultVisual(xwd->display,xwd->screen), > 0, NULL ); > > Thank you very much Hugh After correcting this, that bug with yplot (the neccesity of "plparseptopts,1") is disappeared on my SunW (OS Sun-5.7). Thanks, Valerij |