summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 8f32480..2fc6c00 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -237,7 +237,7 @@ typedef struct
struct _GanvTextImpl
{
- cairo_surface_t* surface;
+ PangoLayout* layout;
char* text;
GanvTextCoords coords;
GanvTextCoords old_coords;