diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-19 14:04:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-19 14:04:36 +0000 |
commit | e0715930388256cb15827150a9a2f2c34683725f (patch) | |
tree | fd9817baad18d66732b44583bfab28f4e7e8a47c | |
parent | 9c66f60f160fa8ba40116612551e85fc8f41e398 (diff) |
INTEGRATION: CWS jl21bean (1.17.128); FILE MERGED
2005/05/23 09:00:59 jl 1.17.128.1: #i49709# windows were not always destroyed while reparenting
-rw-r--r-- | vcl/win/inc/saldata.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx index 7e40e4876564..5c2c58030477 100644 --- a/vcl/win/inc/saldata.hxx +++ b/vcl/win/inc/saldata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: saldata.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-01-31 09:21:27 $ + * last change: $Author: obo $ $Date: 2005-07-19 15:04:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -325,6 +325,8 @@ int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 ); #define SAL_MSG_RECREATEHWND (WM_USER+122) // wParam == newParentHwnd; lParam == oldHwnd; lResult == newhWnd #define SAL_MSG_RECREATECHILDHWND (WM_USER+123) +// wParam == 0; lParam == HWND; +#define SAL_MSG_DESTROYHWND (WM_USER+124) // wParam == 0; lParam == pData #define SAL_MSG_USEREVENT (WM_USER+130) |