Home
last modified time | relevance | path

Searched refs:otherWindow (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c419 SDL_Window *otherWindow = NULL; in WIN_CreateWindowFrom() local
420 SDL_sscanf(hint, "%p", (void**)&otherWindow); in WIN_CreateWindowFrom()
423 if (otherWindow != NULL && otherWindow->magic == &_this->window_magic) { in WIN_CreateWindowFrom()
425 if (otherWindow->flags & SDL_WINDOW_OPENGL) { in WIN_CreateWindowFrom()
427 if (!WIN_GL_SetPixelFormatFrom(_this, otherWindow, window)) { in WIN_CreateWindowFrom()

Completed in 4 milliseconds