diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-02-09 10:11:54 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-02-09 10:12:20 +0000 |
commit | 39eef4c5096b5e1379c3ebbac5b3fcad347d5600 (patch) | |
tree | b3dced6e617dde44032a412aa666eca141fef24f /vcl/source/window | |
parent | cb7d12ea4d67278edaf0240a67221ca5d5d8e93c (diff) |
Revert "headless: don't let windows become really visible to avoid paints."
Causes CppunitTest_sd_tiledrendering to fail.
This reverts commit 8455fe462a5a0e82ed2f98d303d36623b5920f9d.
Change-Id: Ida95ea8855110f2c4322ffdee8fc6865e46ccad3
Reviewed-on: https://gerrit.libreoffice.org/22226
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/window.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 0430ffda0336..599514d66354 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -1283,10 +1283,6 @@ SalGraphics* Window::ImplGetFrameGraphics() const void Window::ImplSetReallyVisible() { - // For now, no window is really visible in headless mode. - if( Application::IsHeadlessModeEnabled() ) - return; - // #i43594# it is possible that INITSHOW was never send, because the visibility state changed between // ImplCallInitShow() and ImplSetReallyVisible() when called from Show() // mbReallyShown is a useful indicator |