diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-20 18:52:31 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-20 18:52:31 +0000 |
commit | 88cf98fe334577fc3ecd84e179479b3b60f55c91 (patch) | |
tree | 8d594097e1e89e04b568bfbc3d9d91fd2bcf9dff /src/cairo-xlib.h | |
parent | d1b1167ec5f5d89bec9f27f1e253cad0baba3b98 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-xlib.h b/src/cairo-xlib.h index 3fe285fd..dbe0e15f 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); |