summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-10-28 16:58:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-11-01 13:58:10 -0400
commit6e178aede26f903d573032f6dd4a679b30923cfc (patch)
tree0c6afcde29331a12a99436101a986f2d04289fab /gtk/Makefile.am
parente6d5a3dce2f189eb35a91cc4e96f6138ef39128d (diff)
downloadgtk+-6e178aede26f903d573032f6dd4a679b30923cfc.tar.gz
Use GdkRGBA for text attributes
Now that GtkTextAttributes is private, we can clean this struct up a bit. The first step is to switch from GdkColor to GdkRGBA, and adapt all users.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8078bcb68a..582a687287 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -546,7 +546,6 @@ gtk_private_h_sources = \
gtkstylecontextprivate.h \
gtkstylepropertyprivate.h \
gtkstyleproviderprivate.h \
- gtktextattributesprivate.h \
gtktextattributes.h \
gtktextbtree.h \
gtktextbufferprivate.h \