FR: Add means of retrieving the device context (eg: Windows HDC) from the OpenGLContext

This is needed to perform more powerful operations, like controlling WGL ARB states.

Presently, OpenGLContext lets you get the system dependent OpenGL context via getRawContext, but doesn’t let you use reach the device context itself.