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