aboutsummaryrefslogtreecommitdiffstats
path: root/community/directfb/0004-disable-fusion_dispatch.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-05 04:24:02 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-05 13:58:11 -0300
commit74680ad6fd59734c71147838c7d2a46047ed3a86 (patch)
treecf873b6bb8db7ca30a2e5b66b0e91319db349fe2 /community/directfb/0004-disable-fusion_dispatch.patch
parent3f0572d684cfc7a208c87605d09a8b3c9db0dfca (diff)
downloadaports-74680ad6fd59734c71147838c7d2a46047ed3a86.tar.bz2
aports-74680ad6fd59734c71147838c7d2a46047ed3a86.tar.xz
community/directfb: move from main
Diffstat (limited to 'community/directfb/0004-disable-fusion_dispatch.patch')
-rw-r--r--community/directfb/0004-disable-fusion_dispatch.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/directfb/0004-disable-fusion_dispatch.patch b/community/directfb/0004-disable-fusion_dispatch.patch
new file mode 100644
index 0000000000..900f9bbb93
--- /dev/null
+++ b/community/directfb/0004-disable-fusion_dispatch.patch
@@ -0,0 +1,13 @@
+diff --git a/src/core/core.c b/src/core/core.c
+index 6676bee..933f0fc 100644
+--- a/src/core/core.c
++++ b/src/core/core.c
+@@ -1737,7 +1737,7 @@ dfb_core_shutdown( CoreDFB *core, bool emergency )
+ dfb_gfx_cleanup();
+
+ while (loops--) {
+- fusion_dispatch( core->world, 16384 );
++ //fusion_dispatch( core->world, 16384 );
+
+ ret = dfb_core_wait_all( core, 10000 );
+ if (ret == DFB_OK)