summaryrefslogtreecommitdiff
path: root/src/cairo-xlib.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-20 18:52:31 +0000
committerKeith Packard <keithp@keithp.com>2005-07-20 18:52:31 +0000
commit88cf98fe334577fc3ecd84e179479b3b60f55c91 (patch)
tree8d594097e1e89e04b568bfbc3d9d91fd2bcf9dff /src/cairo-xlib.h
parentd1b1167ec5f5d89bec9f27f1e253cad0baba3b98 (diff)
downloadcairo-88cf98fe334577fc3ecd84e179479b3b60f55c91.tar.gz
Add Screen* arguments to:
cairo_xlib_surface_create_with_xrender_format cairo_xlib_surface_create_for_bitmap Required to correctly identify when two Xlib surfaces are compatible with Core and Render rendering requests. cairo_xlib_surface_create can determine the screen given the required Visual * reviewed by: otaylor
Diffstat (limited to 'src/cairo-xlib.h')
-rw-r--r--src/cairo-xlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-xlib.h b/src/cairo-xlib.h
index 3fe285fdb..dbe0e15fb 100644
--- a/src/cairo-xlib.h
+++ b/src/cairo-xlib.h
@@ -55,6 +55,7 @@ cairo_xlib_surface_create (Display *dpy,
cairo_surface_t *
cairo_xlib_surface_create_for_bitmap (Display *dpy,
Pixmap bitmap,
+ Screen *screen,
int width,
int height);