From bbd92d1dbea02db8c28e9c17bfacc0563d855b25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 22 Feb 2008 13:24:05 +0000 Subject: [PATCH] moved win_gtk.h header to wx/gtk/private, it's for internal use only git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 1 - build/bakefiles/files.bkl | 1 - include/wx/gtk/{ => private}/win_gtk.h | 0 src/gtk/popupwin.cpp | 2 +- src/gtk/toplevel.cpp | 2 +- src/gtk/win_gtk.c | 2 +- src/gtk/win_gtk.cpp | 2 +- src/gtk/window.cpp | 2 +- 8 files changed, 5 insertions(+), 7 deletions(-) rename include/wx/gtk/{ => private}/win_gtk.h (100%) diff --git a/Makefile.in b/Makefile.in index cc34564bfa..b2ba33f52b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2101,7 +2101,6 @@ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_LOWLEVEL_HDR = \ wx/gtk/region.h \ wx/gtk/tooltip.h \ wx/gtk/toplevel.h \ - wx/gtk/win_gtk.h \ wx/gtk/window.h @COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@LOWLEVEL_HDR = $(COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_LOWLEVEL_HDR) @COND_TOOLKIT_MAC@LOWLEVEL_HDR = diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 5a8f01d277..a2402bea67 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -1056,7 +1056,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h - wx/gtk/win_gtk.h wx/gtk/window.h diff --git a/include/wx/gtk/win_gtk.h b/include/wx/gtk/private/win_gtk.h similarity index 100% rename from include/wx/gtk/win_gtk.h rename to include/wx/gtk/private/win_gtk.h diff --git a/src/gtk/popupwin.cpp b/src/gtk/popupwin.cpp index a41e193842..a16315563b 100644 --- a/src/gtk/popupwin.cpp +++ b/src/gtk/popupwin.cpp @@ -19,7 +19,7 @@ #include -#include "wx/gtk/win_gtk.h" +#include "wx/gtk/private/win_gtk.h" //----------------------------------------------------------------------------- // "button_press" diff --git a/src/gtk/toplevel.cpp b/src/gtk/toplevel.cpp index 2f08c8dedd..7de72841d8 100644 --- a/src/gtk/toplevel.cpp +++ b/src/gtk/toplevel.cpp @@ -38,7 +38,7 @@ #include #include -#include "wx/gtk/win_gtk.h" +#include "wx/gtk/private/win_gtk.h" #include "wx/unix/utilsx11.h" diff --git a/src/gtk/win_gtk.c b/src/gtk/win_gtk.c index 6eb8b4e1e2..cc12038063 100644 --- a/src/gtk/win_gtk.c +++ b/src/gtk/win_gtk.c @@ -14,7 +14,7 @@ #endif #include "wx/platform.h" -#include "wx/gtk/win_gtk.h" +#include "wx/gtk/private/win_gtk.h" #ifdef __cplusplus extern "C" { diff --git a/src/gtk/win_gtk.cpp b/src/gtk/win_gtk.cpp index 1ad4efd4d2..97755632fc 100644 --- a/src/gtk/win_gtk.cpp +++ b/src/gtk/win_gtk.cpp @@ -8,7 +8,7 @@ /////////////////////////////////////////////////////////////////////////////// #include "wx/defs.h" -#include "wx/gtk/win_gtk.h" +#include "wx/gtk/private/win_gtk.h" /* wxPizza is a custom GTK+ widget derived from GtkFixed. A custom widget diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index ed85afa137..b548b0460c 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -36,7 +36,7 @@ #include #include "wx/gtk/private.h" -#include "wx/gtk/win_gtk.h" +#include "wx/gtk/private/win_gtk.h" #include #include -- 2.50.0