From 457d88d9d92a36a097535ab260918ca1e94dddc1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 27 Mar 2008 21:25:54 +0000 Subject: [PATCH] wxPython needs win_gtk.h to be installed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 1 + build/bakefiles/files.bkl | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 40e42cdd23..b7ea69cdba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2097,6 +2097,7 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_LOWLEVEL_HDR = \ wx/gtk/minifram.h \ wx/gtk/pen.h \ wx/gtk/popupwin.h \ + wx/gtk/private/win_gtk.h \ wx/gtk/region.h \ wx/gtk/tooltip.h \ wx/gtk/toplevel.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 979f455b8c..7b0dba2005 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1058,6 +1058,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/minifram.h wx/gtk/pen.h wx/gtk/popupwin.h + wx/gtk/private/win_gtk.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h -- 2.47.2