From 508bd1654f3eb44327fb84ecd2e2181959dac13b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 24 Jul 2012 19:12:39 +0000 Subject: [PATCH] Install the wx/gtk/dc.h header file. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 2 ++ build/bakefiles/files.bkl | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 5305709fbc..d672f8283f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2630,6 +2630,7 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_LOWLEVEL_HDR = \ wx/gtk/dataform.h \ wx/gtk/dataobj.h \ wx/gtk/dataobj2.h \ + wx/gtk/dc.h \ wx/gtk/dnd.h \ wx/gtk/evtloop.h \ wx/gtk/evtloopsrc.h \ @@ -2658,6 +2659,7 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_LOWLEVEL_HDR = \ wx/gtk/dataform.h \ wx/gtk/dataobj.h \ wx/gtk/dataobj2.h \ + wx/gtk/dc.h \ wx/gtk/dnd.h \ wx/gtk/evtloop.h \ wx/gtk/evtloopsrc.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index b2a79d8f7e..5c9e1d4818 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1107,6 +1107,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/dataform.h wx/gtk/dataobj.h wx/gtk/dataobj2.h + wx/gtk/dc.h wx/gtk/dnd.h wx/gtk/evtloop.h wx/gtk/evtloopsrc.h -- 2.45.2