diff --git a/uwac/libuwac/uwac-window.c b/uwac/libuwac/uwac-window.c index e62986997..267f6f6b5 100644 --- a/uwac/libuwac/uwac-window.c +++ b/uwac/libuwac/uwac-window.c @@ -640,7 +640,8 @@ UwacReturnCode UwacWindowSubmitBuffer(UwacWindow* window, bool copyContentForNex if (window->pendingBuffer) { - /* we already have a pending frame, don't do anything*/ + /* we already have a pending frame. resubmit as the buffer + * might have been discarded due to focus loss */ UwacSubmitBufferPtr(window, window->pendingBuffer); return UWAC_SUCCESS; }