diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-15 17:00:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:50:00 +0800 |
commit | 6be035b9ff4f9d6c9c5f5b110a77322b7b776606 (patch) | |
tree | c00533fdb0305e61fc668a21cd749f793e98a4fc /libgnomecanvas/gnome-canvas-util.h | |
parent | 61900647523c854d322ed6a7f79922d7e03c33a0 (diff) | |
download | gsoc2013-evolution-6be035b9ff4f9d6c9c5f5b110a77322b7b776606.tar.gz gsoc2013-evolution-6be035b9ff4f9d6c9c5f5b110a77322b7b776606.tar.zst gsoc2013-evolution-6be035b9ff4f9d6c9c5f5b110a77322b7b776606.zip |
gnome-canvas: Split out matrix_transform_rect code
Diffstat (limited to 'libgnomecanvas/gnome-canvas-util.h')
-rw-r--r-- | libgnomecanvas/gnome-canvas-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgnomecanvas/gnome-canvas-util.h b/libgnomecanvas/gnome-canvas-util.h index bc7dee9c50..52e245e7de 100644 --- a/libgnomecanvas/gnome-canvas-util.h +++ b/libgnomecanvas/gnome-canvas-util.h @@ -49,6 +49,8 @@ void gnome_canvas_update_bbox (GnomeCanvasItem *item, gint x1, gint y1, gint x2, /* Create a scratch cairo_t for measuring purposes */ cairo_t *gnome_canvas_cairo_create_scratch (void); +void gnome_canvas_matrix_transform_rect (const cairo_matrix_t *matrix, double *x1, double *y1, double *x2, double *y2); + G_END_DECLS #endif |