On SDL 1.3 multimonitor support and gl contexts

I’m currently designing the interface for my game and I want it so each player
could have their own screen. I’m currently making the place holders so I can
just implement it when SDL 1.3 comes out.

Is each window going to have their own OpenGL context, or is going to be
possible for them to share a gl context?