[ANNOUNCE] xf86-video-intel 2.21.7

2013-05-21 Thread Chris Wilson
Release 2.21.7 (2013-05-21) === A couple of weeks turned into a month and a couple of weeks... Amidst the usual bug fixes, we have added the complete set of Haswell PCI IDs - hopefully future proofing ourselves against being surprised by new products. We can also now use the

how to send data to Xorg.log and XQueryPointer crash

2013-05-21 Thread First Last
Hi, I try to get the position of my pointer, I tried whit this code : #include #include #include #include #include #define DPYW DisplayWidth(dpy,scr) #define DPYH DisplayHeight(dpy,scr) int main(int argc, char *argv[]){     Display *dpy;     int scr, stop=0;     Window rootwin;  

Re: how to send data to Xorg.log and XQueryPointer crash

2013-05-21 Thread Peter Hutterer
On Tue, May 21, 2013 at 08:09:24AM -0700, First Last wrote: > Hi, > I try to get the position of my pointer, I tried whit this code : > #include > #include > #include > #include > #include > > #define DPYW DisplayWidth(dpy,scr) > #define DPYH DisplayHeight(dpy,scr) > > > int main(int argc, char