From c69c1ee9d1305c284be48a7a973810da16c15541 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Sat, 14 Oct 2017 01:43:07 +0200 Subject: tdf#112076 OSX post timeout after shouldCloseWindow It seems that something filters application defined events when closing a window... DoYield expects a timeout event, which never arrives, stopping all redraw and generating a busy loop. Change-Id: Ic83468cceac7b967acaecf18b321178fc7565b94 Reviewed-on: https://gerrit.libreoffice.org/43381 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- vcl/inc/osx/saltimer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/inc/osx') diff --git a/vcl/inc/osx/saltimer.h b/vcl/inc/osx/saltimer.h index 65247b930cfa..c860ad5cbdda 100644 --- a/vcl/inc/osx/saltimer.h +++ b/vcl/inc/osx/saltimer.h @@ -58,6 +58,7 @@ public: void handleStartTimerEvent( NSEvent* pEvent ); void handleDispatchTimerEvent( NSEvent* pEvent ); void handleTimerElapsed(); + void handleWindowShouldClose(); bool IsTimerElapsed() const; }; -- cgit