Re: [Xpert]Help: Newbie X programming

2001-11-12 Thread Mark Vojkovich
On Mon, 12 Nov 2001, Pranay Kumar wrote: > Hi all, > > I have a simple program to display images. I create a Xwindow() and then > XvShmPutImage() in to it. Then I wait for mouse click that closes the > window. My problem is that if the user closes the window (using cross in > the title bar) my p

[Xpert]Help: Newbie X programming

2001-11-12 Thread Pranay Kumar
Hi all, I have a simple program to display images. I create a Xwindow() and then XvShmPutImage() in to it. Then I wait for mouse click that closes the window. My problem is that if the user closes the window (using cross in the title bar) my program give "Fatal IO error: client killed". How can