winex11: Simplify confusing condition and error messages in wglShareLists.
commitaa70bdb5d60d643af11feb91fe4367960f85e192
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 5 Jan 2023 15:58:22 +0000 (5 08:58 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jan 2023 19:14:52 +0000 (24 20:14 +0100)
treefd8ea84cd0b397c8db33156970431f6161ef329d
parentd418cb75515588dc7612579e3f14a442de8fe0be
winex11: Simplify confusing condition and error messages in wglShareLists.

Mathematically, ((a && b) || b) == b. Moreover, test_sharelists in
dlls/opengl32/tests/opengl.c checks that wglShareLists can share lists
from a source context that has been current.
dlls/winex11.drv/opengl.c