From e0715930388256cb15827150a9a2f2c34683725f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 19 Jul 2005 14:04:36 +0000 Subject: 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 --- vcl/win/inc/saldata.hxx | 6 ++++-- 1 file 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) -- cgit