diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-09-25 16:30:05 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-09-25 21:57:37 +0200 |
commit | d68ce6e173502e1b1ce214503f41729a8502cd92 (patch) | |
tree | 92565f97630910f1678e3eab2b465392884ca2ab /vcl/inc | |
parent | c1f8437dbed0e8b989e41a345ef7e658a6e8a4cd (diff) |
fdo#84000: Sort out problems with short timeouts & long callbacks.
Previously, the timer events could have accumulated in that scenario leading
to unresponsiveness to user events.
Change-Id: I455d726ae7475f7dbf98d871c54d8c156cb64e52
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/saldata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index a50e67df1954..e1ae8cc06ff2 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -180,7 +180,7 @@ void ImplSalAcquireYieldMutex( sal_uLong nCount ); LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ); -void EmitTimerCallback(bool bAllowRecursive); +void EmitTimerCallback(); void SalTestMouseLeave(); bool ImplWriteLastError( DWORD lastError, const char *szApiCall ); |