summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-30 19:42:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-01 08:11:23 +0000
commitaa09ea1ee2937a8933ea30e4cd86a55e473690e3 (patch)
tree3515ce23eb81f75b760d6709b12f1e9d064e30c2 /vcl/inc/window.h
parentb9532822b5958f71bbf2b968727731d8d221c0ee (diff)
mpFirstBackWin is always null now
Change-Id: Ia03747824c7c6134bc91817538b3f79281aefb8b
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 6911d0b8aba3..80d1d80c2698 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -117,7 +117,6 @@ struct ImplFrameData
VclPtr<vcl::Window> mpFocusWin; //< focus window (is also set, when frame doesn't have the focus)
VclPtr<vcl::Window> mpMouseMoveWin; //< last window, where MouseMove() called
VclPtr<vcl::Window> mpMouseDownWin; //< last window, where MouseButtonDown() called
- VclPtr<vcl::Window> mpFirstBackWin; //< first overlap-window with saved background
::std::vector<VclPtr<vcl::Window> > maOwnerDrawList; //< List of system windows with owner draw decoration
PhysicalFontCollection* mpFontCollection; //< Font-List for this frame
ImplFontCache* mpFontCache; //< Font-Cache for this frame