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
Родитель 31fb3fe12d
Коммит 732f693fcd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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