repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 1db225496cff3a4b8851bd1052e57e6ec72b65d6: path_to: revision_to:
commit 1db225496cff3a4b8851bd1052e57e6ec72b65d6 Author: Marc LehmannDate: Wed Dec 15 05:39:08 2004 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -1670,8 +1670,8 @@ rxvt_term::rootwin_cb (XEvent &ev)
* if user used some Esetroot compatible prog to set the root bg,
* use the property to determine the pixmap. We use it later on.
*/
- if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
- || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
+ if (ev.xproperty.atom != xa[XA_XROOTPMAP_ID]
+ && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID])
return;
/* FALLTHROUGH */
-----END OF PAGE-----