opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.
commit6e01e4aa519e99ea1981b97f925e0d7a7bf7c90a
authorAlexandre Julliard <julliard@winehq.org>
Tue, 12 Dec 2006 17:21:01 +0000 (12 18:21 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 12 Dec 2006 17:21:01 +0000 (12 18:21 +0100)
tree04edb3752ef17214523dbf6f5de2e908b3cf57a4
parentde154e738aeed2f20975d91ffeae40a33d65ff64
opengl32: Don't use ENTER_GL/LEAVE_GL around calls to driver functions.

This causes lock inversions when the driver accesses the DC.
dlls/opengl32/wgl.c
dlls/winex11.drv/opengl.c