summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-11 05:01:31 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-11 05:01:31 +0100
commit17600b6baba746c86751fea8c69bce5485f913f6 (patch)
tree45051aec10e9e92ca64a96d72a2608c37048f625 /gtk/gtktextchild.c
parentd18b10a3d7eb97bcdedd580542d991dbdf8688fd (diff)
downloadgtk+-17600b6baba746c86751fea8c69bce5485f913f6.tar.gz
textview: Make the semi-private headrs really private
Rename the files to have the private.h ending. And remove gtktextdisplay.h from the installed files.
Diffstat (limited to 'gtk/gtktextchild.c')
-rw-r--r--gtk/gtktextchild.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index 2ff7de2394..10f56286c4 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -47,11 +47,10 @@
*
*/
-#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#include "config.h"
#include "gtktextchild.h"
#include "gtktextbtree.h"
-#include "gtktextlayout.h"
+#include "gtktextlayoutprivate.h"
#include "gtkintl.h"
#define CHECK_IN_BUFFER(anchor) \