summaryrefslogtreecommitdiff
path: root/recipes-graphics/xorg-xserver/files/crash-hack.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-25 19:33:00 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 20:38:12 +0200
commitec4488176149314797398f7793693d12f32fca1f (patch)
tree6a7755f5e56b00501b5f65499ed5d390397765fc /recipes-graphics/xorg-xserver/files/crash-hack.patch
parent671e70e9200b311d9f71273eb9d31258726d95a4 (diff)
xorg-xserver: mv all files into recipes-graphics/xorg-xserver/
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/files/crash-hack.patch')
-rw-r--r--recipes-graphics/xorg-xserver/files/crash-hack.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/files/crash-hack.patch b/recipes-graphics/xorg-xserver/files/crash-hack.patch
new file mode 100644
index 0000000..0053a10
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/files/crash-hack.patch
@@ -0,0 +1,11 @@
+--- xorg-server-1.11.2/miext/damage/damage.c~ 2011-04-24 06:54:03.000000000 +0200
++++ xorg-server-1.11.2/miext/damage/damage.c 2012-07-27 12:12:00.012473812 +0200
+@@ -596,6 +596,8 @@
+ ScreenPtr pScreen = pDst->pDrawable->pScreen;
+ PictureScreenPtr ps = GetPictureScreen(pScreen);
+ damageScrPriv(pScreen);
++ //ugly hack, the xserver crashes when gtk programs use some fancy font rendering, this prevents this
++ maskFormat = 0;
+
+ if (checkPictureDamage (pDst))
+ {