Fix wrong use of the PFD_GENERIC_ACCELERATED flag. It indicates that
commit008298455f60e9fde6a0aaa55259b730bca81486
authorPeter Beutner <p.beutner@gmx.net>
Fri, 18 Nov 2005 12:06:45 +0000 (18 12:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Nov 2005 12:06:45 +0000 (18 12:06 +0000)
treecec5a8e2dc949019c46b64d1a5839a14caaa51f8
parent6414eb6da3c322dceb3a3eb872b08ddc2395f373
Fix wrong use of the PFD_GENERIC_ACCELERATED flag. It indicates that
the selected pixel format lacks full hardware acceleration and only a
few parts are accelerated. So don't always set it but only if the X
server actually reports that the selected pixel format is not fully
accelerated.
dlls/x11drv/opengl.c