Added getCurrentContext(), a static
member function that returns a pointer to the current OpenGL context
or NULL if there is none. This function returns a
void pointer which should be cast to the appropriate platform-specific
type, either GLXContext for X11 or HGLRC on
Win32.