gallium/xlib: Fix an obvious thinko
authorAdam Jackson <ajax@redhat.com>
Mon, 9 Sep 2019 17:59:34 +0000 (13:59 -0400)
committerAdam Jackson <ajax@redhat.com>
Mon, 9 Sep 2019 18:12:57 +0000 (14:12 -0400)
commit04bef9a0a6ed9cff3cbe4c43c056de95bb12d526
treecc14a3da05bae0bc526635e1eed9932a6e0ed6bd
parent9173459b950218cff72d7f31dea34a25955619c4
gallium/xlib: Fix an obvious thinko

x == !GLX_DIRECT_COLOR is a fancy way of writing x == 0, which is
clearly not what was meant.
src/gallium/state_trackers/glx/xlib/xm_api.c