opengl32: Fix get_current_context_type() to not shift the type bits down.
commit4a6743e91353ffa8cfdf5183c6518bd95327a835
authorKen Thomases <ken@codeweavers.com>
Mon, 2 Feb 2015 21:51:42 +0000 (2 15:51 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 3 Feb 2015 03:45:35 +0000 (3 12:45 +0900)
tree726925850baac4ef8bf796e1b679a9817f87cdbc
parent9defaa53a1052fcd9e0c75a50ecbfaafe6b08c87
opengl32: Fix get_current_context_type() to not shift the type bits down.

The result is compared directly with handle type values like HANDLE_CONTEXT
whose meaningful values are in the high nibble.
dlls/opengl32/wgl.c