[cairo-commit] src/cairo-xlib-surface.c
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Jul 10 10:54:48 PDT 2006
src/cairo-xlib-surface.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree e0ad1aa995bcec4246c0b8ab0d5a5a79871ce235 (from b006bf9d2c7d39c413527017fc792a38b598555a)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Jul 10 13:45:51 2006 -0400
Change version number of Sun's Xorg server with buggy repeat from 60800000 to
60900000. (#7483, pointed by Brian Cameron)
diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c
index b55eca0..194c0cb 100644
--- a/src/cairo-xlib-surface.c
+++ b/src/cairo-xlib-surface.c
@@ -1868,7 +1868,7 @@ _cairo_xlib_surface_create_internal (Dis
if (VendorRelease (dpy) <= 40500000)
surface->buggy_repeat = TRUE;
} else if (strstr (ServerVendor (dpy), "Sun Microsystems, Inc.") != NULL) {
- if (VendorRelease (dpy) <= 60800000)
+ if (VendorRelease (dpy) <= 60900000)
surface->buggy_repeat = TRUE;
}
More information about the cairo-commit
mailing list