summaryrefslogtreecommitdiff
path: root/graphics/clutter/patches
diff options
context:
space:
mode:
authorobache <obache>2010-07-16 14:31:46 +0000
committerobache <obache>2010-07-16 14:31:46 +0000
commitef2f0a9510a14bbadaca353923cbf0409334d658 (patch)
tree2dc782beaf5251f8af1ad985eed8bed9514b3b4a /graphics/clutter/patches
parent183d2e015b25812f0ca90bedb6dad952f3ad9280 (diff)
downloadpkgsrc-ef2f0a9510a14bbadaca353923cbf0409334d658.tar.gz
Update clutter to 1.2.12.
Clutter 1.2.12 (14/07/2010) =============================================================================== * List of changes since Clutter 1.2.10 > Provide a fallback for MESA_copy_sub_buffer by using the EXT_blit_framebuffer extension. (BCP#2128) > Never promote clipped redraws to fullscreen redraws. (BCP#2136) > Fix rounding error in ClutterText. (BCP#2170) > Fix drawing of transparent stages on X11. (BCP#2050) > ClutterAnimator bug fixes. > ClutterAnimation fixes for vector-based API. (BCP#2149) > Fixes for the Windows backend event handling. (BCP#2135) > Fixes for the setup of the GL context on OSX. (BCP#1394) > Documentation improvements. (BCP#2081, BCP#2133) > Build fixes for the conformance test suite. (BCP#1930)
Diffstat (limited to 'graphics/clutter/patches')
-rw-r--r--graphics/clutter/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/clutter/patches/patch-ab b/graphics/clutter/patches/patch-ab
new file mode 100644
index 00000000000..2c8ab51b4b6
--- /dev/null
+++ b/graphics/clutter/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2010/07/16 14:31:46 obache Exp $
+
+--- clutter/glx/clutter-stage-glx.c.orig 2010-07-14 10:32:57.000000000 +0000
++++ clutter/glx/clutter-stage-glx.c
+@@ -487,8 +487,8 @@ wait_for_vblank (ClutterBackendGLX *back
+ (retraceCount + 1) % 2,
+ &retraceCount);
+ }
+- else
+ #ifdef __linux__
++ else
+ {
+ drm_wait_vblank_t blank;
+