EventThread: Comment out unneeded SDL2 constants
This commit is contained in:
parent
4d97a17c44
commit
7bf6eca362
|
@ -490,13 +490,13 @@ int EventThread::eventFilter(void *data, SDL_Event *event)
|
||||||
Debug() << "SDL_APP_LOWMEMORY";
|
Debug() << "SDL_APP_LOWMEMORY";
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case SDL_RENDER_TARGETS_RESET :
|
// case SDL_RENDER_TARGETS_RESET :
|
||||||
Debug() << "****** SDL_RENDER_TARGETS_RESET";
|
// Debug() << "****** SDL_RENDER_TARGETS_RESET";
|
||||||
return 0;
|
// return 0;
|
||||||
|
|
||||||
case SDL_RENDER_DEVICE_RESET :
|
// case SDL_RENDER_DEVICE_RESET :
|
||||||
Debug() << "****** SDL_RENDER_DEVICE_RESET";
|
// Debug() << "****** SDL_RENDER_DEVICE_RESET";
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue