Hi,
> - if((ev->window == root) && (ev->atom = XA_WM_NAME))
> + if((ev->window == root) && (ev->atom == XA_WM_NAME))
Why not remove the inner parens as well? Without them, gcc would have
noticed.
Regards,
Peter
Received on Thu Feb 12 2009 - 17:16:05 UTC
This archive was generated by hypermail 2.2.0 : Thu Feb 12 2009 - 17:24:04 UTC