summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/window.h')
-rw-r--r--vcl/inc/vcl/window.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/inc/vcl/window.h b/vcl/inc/vcl/window.h
index be6447194ad6..c710156422bf 100644
--- a/vcl/inc/vcl/window.h
+++ b/vcl/inc/vcl/window.h
@@ -98,7 +98,10 @@ namespace dnd {
class XDropTarget;
} } } } }
-namespace vcl { struct ControlLayoutData; }
+namespace vcl {
+ struct ControlLayoutData;
+ struct ExtWindowImpl;
+}
// --------------
@@ -247,6 +250,7 @@ public:
ImplDelData* mpFirstDel;
void* mpUserData;
+ vcl::ExtWindowImpl* mpExtImpl;
Cursor* mpCursor;
Pointer maPointer;
Fraction maZoom;
@@ -363,7 +367,8 @@ public:
mbDisableAccessibleLabelForRelation:1,
mbDisableAccessibleLabeledByRelation:1,
mbHelpTextDynamic:1,
- mbFakeFocusSet:1;
+ mbFakeFocusSet:1,
+ mbInterceptChildWindowKeyDown:1;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer;
};