diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-10-28 16:58:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-11-01 13:58:10 -0400 |
commit | 6e178aede26f903d573032f6dd4a679b30923cfc (patch) | |
tree | 0c6afcde29331a12a99436101a986f2d04289fab /gtk/Makefile.am | |
parent | e6d5a3dce2f189eb35a91cc4e96f6138ef39128d (diff) | |
download | gtk+-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.am | 1 |
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 \ |