diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-18 15:28:44 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-20 10:26:07 +0200 |
commit | 8d4d1e8d1cd4b400bc395dcbb98fb1e82eaf4e0f (patch) | |
tree | 7533294050c98aa7ef19e3d80beb24cb2e711d76 /vcl/win/window | |
parent | 52e09f2c03f7cc024b2973c4806283c324fc23df (diff) |
Annotate some more Timers and Idles
Change-Id: Ic8ca00db385ed59bb16744581f9d7cc0fcbb4f5b
Reviewed-on: https://gerrit.libreoffice.org/40188
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/win/window')
-rw-r--r-- | vcl/win/window/salframe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 1eae482cbdfa..268da1e2666f 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -3070,6 +3070,7 @@ static long ImplHandleMouseMsg( HWND hWnd, UINT nMsg, if ( !pSalData->mpMouseLeaveTimer ) { pSalData->mpMouseLeaveTimer = new AutoTimer; + pSalData->mpMouseLeaveTimer->SetDebugName( "ImplHandleMouseMsg SalData::mpMouseLeaveTimer" ); pSalData->mpMouseLeaveTimer->SetTimeout( SAL_MOUSELEAVE_TIMEOUT ); pSalData->mpMouseLeaveTimer->Start(); // We don't need to set a timeout handler, because we test |