XCB: Move slim_hidden_def to cairo-xcb-surface.c, not cairo-xcb-xrender.h.

I didn't understand that the _def does not need to be public any more
than the _proto does.
This commit is contained in:
Jamey Sharp 2006-10-16 11:44:08 -07:00
parent aa017161a5
commit 25353fdb57
2 changed files with 1 additions and 1 deletions

View file

@ -1320,6 +1320,7 @@ cairo_xcb_surface_create_with_xrender_format (xcb_connection_t *c,
NULL, format,
width, height, 0);
}
slim_hidden_def (cairo_xcb_surface_create_with_xrender_format);
/**
* cairo_xcb_surface_set_size:

View file

@ -53,7 +53,6 @@ cairo_xcb_surface_create_with_xrender_format (xcb_connection_t *c,
xcb_render_pictforminfo_t *format,
int width,
int height);
slim_hidden_def (cairo_xcb_surface_create_with_xrender_format);
CAIRO_END_DECLS