Bug 368377. Stop exporting cairo headers from thebes headers.

Fix Solaris compiler bustage.
Patch by Andreas Lange anlan@lange.cx. r=pavlov.
This commit is contained in:
alfred.peng%sun.com 2007-01-29 07:25:05 +00:00
parent 31fb3fe12d
commit 732f693fcd

View File

@ -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);
}