[libglx] Don't throw an error for glXMakeContextCurrent(ctx, None, None)
GLX_ARB_create_context explicitly allows this for GL 3.0+ contexts, the context is made current but not bound to a default framebuffer.
Signed-off-by: Adam Jackson ajax@redhat.com