mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-22 15:10:44 +02:00
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:
parent
aa017161a5
commit
25353fdb57
2 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue