Re: XDestroyWindow can not really close the window

2018-05-11 Thread Ilya Anfimov
On Thu, May 10, 2018 at 06:23:08PM -0700, Alan Coopersmith wrote: > On 05/10/18 06:17 PM, pengyixiang wrote: > > Hello, everyone! > >     I'm a newbie in xlib, I need to close the window while won't close the > > program, [1] is my test code, here's the result in [2], XDestroyWindow > > passed, >

Re: XDestroyWindow can not really close the window

2018-05-11 Thread Alan Coopersmith
On 05/11/18 10:04 AM, Ilya Anfimov wrote: > On Thu, May 10, 2018 at 06:23:08PM -0700, Alan Coopersmith wrote: >> On 05/10/18 06:17 PM, pengyixiang wrote: >>> Hello, everyone! >>>     I'm a newbie in xlib, I need to close the window while won't close the >>> program, [1] is my test code, here's the