mirror of
https://github.com/yawut/SDL.git
synced 2026-07-31 23:43:47 -05:00
Removed not needed SDL_WINDOW_SHOWN from chessboard test program.
This commit is contained in:
parent
0a5e546dfb
commit
167819be2c
|
|
@ -100,7 +100,7 @@ main(int argc, char *argv[])
|
|||
|
||||
|
||||
/* Create window and renderer for given surface */
|
||||
window = SDL_CreateWindow("Chess Board", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, SDL_WINDOW_SHOWN);
|
||||
window = SDL_CreateWindow("Chess Board", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, 0);
|
||||
if(!window)
|
||||
{
|
||||
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Window creation fail : %s\n",SDL_GetError());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user