Linux: build fix for changed handleCloseRequest callback
parent
64f46e369c
commit
d24df341c4
|
|
@ -2063,7 +2063,7 @@ void LLWindowSDL::gatherInput()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SDL_QUIT:
|
case SDL_QUIT:
|
||||||
if(mCallbacks->handleCloseRequest(this))
|
if(mCallbacks->handleCloseRequest(this, true))
|
||||||
{
|
{
|
||||||
// Get the app to initiate cleanup.
|
// Get the app to initiate cleanup.
|
||||||
mCallbacks->handleQuit(this);
|
mCallbacks->handleQuit(this);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue