mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
31fb3fe12d
commit
732f693fcd
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user