From 3885c1b9299fb917f5305efe0bafa0c8a974c1f7 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Mar 2008 08:02:34 +0000 Subject: [PATCH] non owned window implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 9a3563691c..979f455b8c 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2256,6 +2256,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/carbon/metafile.cpp src/mac/carbon/minifram.cpp src/mac/carbon/msgdlg.cpp + src/mac/carbon/nonownedwnd.cpp src/mac/carbon/notebmac.cpp src/mac/carbon/overlay.cpp src/mac/carbon/palette.cpp @@ -2351,6 +2352,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mac/mimetype.h wx/mac/minifram.h wx/mac/msgdlg.h + wx/mac/nonownedwnd.h wx/mac/notebook.h wx/mac/palette.h wx/mac/pen.h @@ -2435,6 +2437,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mac/carbon/mimetype.h wx/mac/carbon/minifram.h wx/mac/carbon/msgdlg.h + wx/mac/carbon/nonownedwnd.h wx/mac/carbon/notebook.h wx/mac/carbon/palette.h wx/mac/carbon/pen.h -- 2.45.2