diff options
author | Benjamin Otte <otte@redhat.com> | 2020-02-02 00:56:39 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2020-02-04 16:43:59 +0100 |
commit | 7e8d8218b93f164169014f6149db4a89f86343bd (patch) | |
tree | 2ae3d0ac55cc052f792a718573fed553f3ef2d17 /gdk/gdkcairo.h | |
parent | 3bba52ed67ebea80e1fe9d76afab24cd5941c3d5 (diff) | |
download | gtk+-7e8d8218b93f164169014f6149db4a89f86343bd.tar.gz |
Revert "Break out cairo color matrix recoloring to gdk_cairo_image_surface_recolor()"
We're not in the business of adding Cairo APIs. That's Cairo's job.
Also, we don't need this API anywhere like the original commit claimed,
so there's no need to make it available in any way.
This reverts commit afa6cc23692f83f0d38de24c9cf58a7a494c01d2.
Diffstat (limited to 'gdk/gdkcairo.h')
-rw-r--r-- | gdk/gdkcairo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h index 934b5d17ed..c4e2d3836c 100644 --- a/gdk/gdkcairo.h +++ b/gdk/gdkcairo.h @@ -26,7 +26,6 @@ #include <gdk/gdkrgba.h> #include <gdk/gdkpixbuf.h> #include <pango/pangocairo.h> -#include <graphene.h> G_BEGIN_DECLS @@ -73,11 +72,6 @@ void gdk_cairo_surface_upload_to_gl (cairo_surface_t *surface, int height, GdkGLContext *context); -GDK_AVAILABLE_IN_ALL -void gdk_cairo_image_surface_recolor (cairo_surface_t *image_surface, - const graphene_matrix_t *color_matrix, - const graphene_vec4_t *color_offset); - G_END_DECLS #endif /* __GDK_CAIRO_H__ */ |