Searched refs:SDL_WINDOWPOS_UNDEFINED_DISPLAY (Results 1 – 2 of 2) sorted by relevance
129 #define SDL_WINDOWPOS_UNDEFINED_DISPLAY(X) (SDL_WINDOWPOS_UNDEFINED_MASK|(X)) macro130 #define SDL_WINDOWPOS_UNDEFINED SDL_WINDOWPOS_UNDEFINED_DISPLAY(0)
212 state->window_x = SDL_WINDOWPOS_UNDEFINED_DISPLAY(state->display); in SDLTest_CommonArg()213 state->window_y = SDL_WINDOWPOS_UNDEFINED_DISPLAY(state->display); in SDLTest_CommonArg()
Completed in 5 milliseconds