[ANNOUNCE] xorg-server 1.20.0

2018-05-10 Thread Adam Jackson
Lots of Present, DRI3 modifier, and buildsystem fixes. Thanks to everyone who contributed to this release! Aaron Plattner (3): meson: Define DEFAULT_LIBRARY_PATH as join_paths(get_option('prefix'), get_option('libdir')) meson: Set XCONFIGFILE to 'xorg.conf' instead of '/etc/xorg.conf'

XDestroyWindow can not really close the window

2018-05-10 Thread pengyixiang
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, but the window haven't close, Haven't I get the key to code it? [1] #include #include #include #include #include

Re: XDestroyWindow can not really close the window

2018-05-10 Thread Alan Coopersmith
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, > but the window haven't close, Haven't I get the key to code it? XDestroyWindow