aboutsummaryrefslogtreecommitdiffstats
path: root/community/directfb/0004-disable-fusion_dispatch.patch
blob: 900f9bbb9342e2597701c2241ef82c8bad1b8d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)