Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.

Mon Aug  9 15:27:01 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/makegtkalias.pl: Also revert
	GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
This commit is contained in:
Matthias Clasen 2004-08-09 19:38:33 +00:00 committed by Matthias Clasen
parent 1fd016f13d
commit 6f9aadcbf9
5 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Aug 9 15:27:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/makegtkalias.pl: Also revert
GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.h:

View File

@ -1,3 +1,8 @@
Mon Aug 9 15:27:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/makegtkalias.pl: Also revert
GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.h:

View File

@ -1,3 +1,8 @@
Mon Aug 9 15:27:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/makegtkalias.pl: Also revert
GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.h:

View File

@ -1,3 +1,8 @@
Mon Aug 9 15:27:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/makegtkalias.pl: Also revert
GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.h:

View File

@ -9,8 +9,11 @@ my $preamble = <<EOF;
#define WAS_BROKEN
#endif
#define GTK_ENABLE_BROKEN
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#ifdef GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#define WAS_UNSUPPORTED_TEXT_API
#endif
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#ifdef GTK_DISABLE_DEPRECATED
#define WAS_NO_DEPR
@ -47,6 +50,12 @@ my $postamble = <<EOF;
#undef WAS_BROKEN
#endif
#ifndef WAS_UNSUPPORTED_TEXT_API
#undef GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#else
#undef WAS_UNSUPPORTED_TEXT_API
#endif
#ifdef WAS_NO_DEPR
#define GTK_DISABLE_DEPRECATED
#undef WAS_NO_DEPR