summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-27 00:49:56 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-27 08:13:02 +1000
commit7b545001a10042c03ddde09ac9e0e6c3cdf6f8ca (patch)
treec10a11eae9458dc88e59b926f01efba1a95b1337 /vcl/inc/svdata.hxx
parentfee65f9d20da80cfbc7dc516c8a7e3f4560ce23a (diff)
vcl: move functionality from window2.cxx
Change-Id: I68d1c7bb32df9024ea57a07d7d3b051efc08b2ed
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r--vcl/inc/svdata.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 7fa60e37266c..155346fbf00a 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -393,6 +393,11 @@ private:
void AttachToWindow( const Window* );
};
+struct ImplFocusDelData : public ImplDelData
+{
+ Window* mpFocusWin;
+};
+
struct ImplSVEvent
{
void* mpData;