diff options
Diffstat (limited to 'main/directfb/0004-disable-fusion_dispatch.patch')
-rw-r--r-- | main/directfb/0004-disable-fusion_dispatch.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/directfb/0004-disable-fusion_dispatch.patch b/main/directfb/0004-disable-fusion_dispatch.patch new file mode 100644 index 0000000000..900f9bbb93 --- /dev/null +++ b/main/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) |