From d52b55cb1b2a4e9b5fd8dd12592a227f8f6a93fc Mon Sep 17 00:00:00 2001 From: Karl Tomlinson Date: Sun, 28 Sep 2008 17:51:23 +0100 Subject: [xlib] _surfaces_compatible() can return true for different picture formats _surfaces_compatible in cairo-xlib-surface returns true for surfaces with different xrender_format when each has the same depth and no (NULL) visual. Common picture formats will not have the same depth, but it is possible to create a surface with a non-standard xrender_format having the same depth as another xrender_format with cairo_xlib_surface_create_with_xrender_format. Both cairo_xlib_surface_create_with_xrender_format and _cairo_xlib_surface_create_similar_with_format create surfaces with no visual. The same issue exists in the xcb backend. Fixes bug https://bugs.freedesktop.org/show_bug.cgi?id=16564. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index d9b7721b5..7ab3cfb91 100644 --- a/AUTHORS +++ b/AUTHORS @@ -83,6 +83,7 @@ Travis Spencer XCB backend fix Bill Spitzak Build fix to find Xrender.h without xrender.pc Zhe Su Add support for fontconfig's embeddedbitmap option Owen Taylor Font rewrite, documentation, win32 backend +Karl Tomlinson Alp Toker Fix several code/comment typos Malcolm Tredinnick Documentation fixes David Turner Optimize gradient calculations -- cgit v1.2.1