diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-27 00:49:56 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-27 08:13:02 +1000 |
commit | 7b545001a10042c03ddde09ac9e0e6c3cdf6f8ca (patch) | |
tree | c10a11eae9458dc88e59b926f01efba1a95b1337 /vcl/inc | |
parent | fee65f9d20da80cfbc7dc516c8a7e3f4560ce23a (diff) |
vcl: move functionality from window2.cxx
Change-Id: I68d1c7bb32df9024ea57a07d7d3b051efc08b2ed
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 5 |
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; |