[comp.windows.x] X10 bug

Sergio.Sedas@EDRC.CMU.EDU (05/03/88)

I wrote a little program which tries to 
display onto an Xwindow.

Apparently it does not like odd number of runs
because the first time I execute it, nothing is displayed,
the second time what I wanted is displayed.  

The same thing happens on any odd number of executions
of the same program.

All I do is:

	open display
	open window
	XLine
	XDraw
	destroy window
	close display

I'm bewildered.  Any suggestions ? 

			sws@edrc.cmu.edu