Re: event problem

2017-10-29 Thread Carsten Haitzler
On Sun, 29 Oct 2017 00:29:21 +0800 "石仔" <406643...@qq.com> said: > hi all. > This is my ~/.xinitrc : > exec xterm > > I start x with 'startx' command, and then run 'testx'. This is source : > /* gcc testx.c -o testx -lX11 */ > 1 #include > 2 #include > 3 int main(int

Re: [PATCH libXau 0/3] remove redundant null check on calling free()

2017-10-29 Thread walter harms
Am 28.10.2017 21:18, schrieb Daniel Martin: > Am 28.10.2017 19:16 schrieb "walter harms" : > > After the last patch for libXau i checked the code > with smatch and started to remove remove redundant > > > One redundant "remove" here. ;-) > aehm, yes totally absolutely gone

event problem

2017-10-29 Thread ????
hi all. This is my ~/.xinitrc : exec xterm I start x with 'startx' command, and then run 'testx'. This is source : /* gcc testx.c -o testx -lX11 */ 1 #include 2 #include 3 int main(int argc, char *argv[]) 4 { 5 6 Display *display=XOpenDisplay(NULL); 7