diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-11 17:17:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-12 14:55:26 +0000 |
commit | 0ba752201dca6129cc6b4a19ec93eb369eb70890 (patch) | |
tree | 30f20f8a316af0a2672cefdf4f4a9cfd2787a18b /include | |
parent | 7a32b6f247b2cb92373bbce6fc2a314cb043e3bb (diff) |
Re-work focus handling to use an idle handler
Gets rid of some flashing when using OpenGL.
Change-Id: I1273b960725bf868e7340eac3f2bad2f20e73d91
Reviewed-on: https://gerrit.libreoffice.org/21390
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 6b383bd1bf3f..3ade2a846b3b 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -537,7 +537,7 @@ public: DECL_DLLPRIVATE_LINK_TYPED( ImplHandlePaintHdl, Idle*, void ); DECL_DLLPRIVATE_LINK_TYPED( ImplGenerateMouseMoveHdl, void*, void ); DECL_DLLPRIVATE_LINK_TYPED( ImplTrackTimerHdl, Timer*, void ); - DECL_DLLPRIVATE_LINK_TYPED( ImplAsyncFocusHdl, void*, void ); + DECL_DLLPRIVATE_LINK_TYPED( ImplAsyncFocusHdl, Idle*, void ); DECL_DLLPRIVATE_LINK_TYPED( ImplHandleResizeTimerHdl, Idle*, void ); |