Searched refs:SDL_DONTFREE (Results 1 – 3 of 3) sorted by relevance
55 #define SDL_DONTFREE 0x00000004 /**< Surface is referenced internally */ macro
1678 window->surface->flags &= ~SDL_DONTFREE; in SDL_RecreateWindow()2378 window->surface->flags &= ~SDL_DONTFREE; in SDL_GetWindowSurface()2385 window->surface->flags |= SDL_DONTFREE; in SDL_GetWindowSurface()2803 window->surface->flags &= ~SDL_DONTFREE; in SDL_DestroyWindow()
1326 if (surface->flags & SDL_DONTFREE) { in SDL_FreeSurface()
Completed in 11 milliseconds