wglMakeCurrent for 2 windows

I’m using two openGL windows at the same time should I use wglMakeCurrent to switch between the windows.

Originally posted by ARES:
I’m using two openGL windows at the same time should I use wglMakeCurrent to switch between the windows.

Yes.

Note that each thread has its own current context.