wgl: Get rid of glXQueryDrawable because officially it only works on GLXDrawables.
commit28a2646d21c5b16af974677f00ac02c678e08dc0
authorRoderick Colenbrander <thunderbird2k@gmail.com>
Tue, 16 Jun 2009 21:49:12 +0000 (16 23:49 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Jun 2009 10:04:55 +0000 (17 12:04 +0200)
treef2cc3add6198ea32322886b9ebd7280f7da02344
parent85f9460a587ad316791c720aea902b0588296ccf
wgl: Get rid of glXQueryDrawable because officially it only works on GLXDrawables.

Nvidia allows it to operate on a standard Window too but Mesa and AMD
don't and this isn't needed according to the GLX specs. This prevents
crashes when creating +wgl logs.
dlls/winex11.drv/opengl.c