Searched refs:window_magic (Results 1 – 3 of 3) sorted by relevance
296 Uint8 window_magic; member
125 if (!window || window->magic != &_this->window_magic) { \1390 window->magic = &_this->window_magic; in SDL_CreateWindow()1488 window->magic = &_this->window_magic; in SDL_CreateWindowFrom()
375 if (otherWindow != NULL && otherWindow->magic == &_this->window_magic) in WIN_CreateWindowFrom()