summaryrefslogtreecommitdiff
path: root/vcl/inc/osx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-10-14 01:43:07 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2017-10-16 16:05:19 +0200
commitc69c1ee9d1305c284be48a7a973810da16c15541 (patch)
treedd535082f817ea79311b278cb7c1a3849d2b86b1 /vcl/inc/osx
parentbcccdc71cb363760c6b0899fd13dee4203ec8711 (diff)
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 <ci@libreoffice.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/inc/osx')
-rw-r--r--vcl/inc/osx/saltimer.h1
1 files changed, 1 insertions, 0 deletions
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;
};