ratpoison-1.4.6 bug report

David Binderman <[email protected]> Mon, 8 Sep 2014 19:30:30 +0000
Newsgroups gmane.comp.window-managers.ratpoison.devel
Message-ID <[email protected]>
Hello there,

This bug is also in trunk. I just checked.

xinerama.c:50:56: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]

        if (!XineramaQueryVersion(dpy, &major, &minor) != Success) {
                return;
        }

Clearly some dubious sanity checking code. Suggest code rework.

Regards

David Binderman