SDL_CreateWindowFrom and OpenGL

Hi,
Looks like SDL_GL_CreateContext() doesn’t work with windows created with SDL_CreateWindowFrom() so I’m wondering, what’s the right technique to use OpenGL with a window created with SDL_CreateWindowFrom()?
Thanks!