Searched refs:otherWindow (Results 1 – 1 of 1) sorted by relevance
371 SDL_Window *otherWindow = NULL; in WIN_CreateWindowFrom() local372 SDL_sscanf(hint, "%p", (void**)&otherWindow); in WIN_CreateWindowFrom()375 if (otherWindow != NULL && otherWindow->magic == &_this->window_magic) in WIN_CreateWindowFrom()378 if (otherWindow->flags & SDL_WINDOW_OPENGL) in WIN_CreateWindowFrom()381 if(!WIN_GL_SetPixelFormatFrom(_this, otherWindow, window)) { in WIN_CreateWindowFrom()