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,
>
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