From 40e2fd46a8eba60fb6aa3d0deaaf076f1d8bf914 Mon Sep 17 00:00:00 2001 From: "alfred.peng%sun.com" Date: Mon, 29 Jan 2007 07:25:05 +0000 Subject: [PATCH] Bug 368377. Stop exporting cairo headers from thebes headers. Fix Solaris compiler bustage. Patch by Andreas Lange anlan@lange.cx. r=pavlov. --- gfx/thebes/src/gfxASurface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/src/gfxASurface.cpp b/gfx/thebes/src/gfxASurface.cpp index 8f1e74683bc..62ab03e2483 100644 --- a/gfx/thebes/src/gfxASurface.cpp +++ b/gfx/thebes/src/gfxASurface.cpp @@ -219,7 +219,7 @@ gfxASurface::MarkDirty(const gfxRect& r) void gfxASurface::SetData(const cairo_user_data_key_t *key, void *user_data, - cairo_destroy_func_t destroy) + thebes_destroy_func_t destroy) { cairo_surface_set_user_data(mSurface, key, user_data, destroy); }