summaryrefslogtreecommitdiff
path: root/src/cairo-xlib.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-05-06 13:23:41 +0000
committerCarl Worth <cworth@cworth.org>2005-05-06 13:23:41 +0000
commitd6fc5ee5e97f60972ec80fcfc52f0cf8b780d2a9 (patch)
tree9adec3ec1e637a1cca92ba8e36f3aac661217d74 /src/cairo-xlib.h
parentcea1de7579fad18ca6c9ec9bb29660970ec283b3 (diff)
downloadcairo-d6fc5ee5e97f60972ec80fcfc52f0cf8b780d2a9.tar.gz
Remove cairo_set_target_surface and all other backend-specific cairo_set_target functions. Require a cairo_surface_t* to call cairo_create.
Port to use new cairo_create interface. Rewrite all tests that were using cairo_set_target_surface to instead create a temporary cairo_t, (eventually to be replaced with cairo_begin_group).
Diffstat (limited to 'src/cairo-xlib.h')
-rw-r--r--src/cairo-xlib.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cairo-xlib.h b/src/cairo-xlib.h
index 3dee5ddfb..9c574ea30 100644
--- a/src/cairo-xlib.h
+++ b/src/cairo-xlib.h
@@ -46,13 +46,6 @@
CAIRO_BEGIN_DECLS
-/* XXX: This should be renamed to cairo_set_target_xlib to match the
- * other backends */
-void
-cairo_set_target_drawable (cairo_t *cr,
- Display *dpy,
- Drawable drawable);
-
cairo_surface_t *
cairo_xlib_surface_create_for_pixmap (Display *dpy,
Pixmap pixmap,