Searched refs:SDL_WINDOWPOS_UNDEFINED_DISPLAY (Results 1 – 2 of 2) sorted by relevance
126 #define SDL_WINDOWPOS_UNDEFINED_DISPLAY(X) (SDL_WINDOWPOS_UNDEFINED_MASK|(X)) macro127 #define SDL_WINDOWPOS_UNDEFINED SDL_WINDOWPOS_UNDEFINED_DISPLAY(0)
178 state->window_x = SDL_WINDOWPOS_UNDEFINED_DISPLAY(state->display); in SDLTest_CommonArg()179 state->window_y = SDL_WINDOWPOS_UNDEFINED_DISPLAY(state->display); in SDLTest_CommonArg()