summaryrefslogtreecommitdiff
path: root/extra/enlightenment17/quickstart.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-21 01:32:11 -0800
committerroot <root@rshg054.dnsready.net>2012-11-21 01:32:11 -0800
commitf48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (patch)
treed578e4bdc10acc78968e3e5cdfce8dcd0289a60d /extra/enlightenment17/quickstart.patch
parent0a05643b928d724c048e4306955642d91f24d33c (diff)
Wed Nov 21 01:32:09 PST 2012
Diffstat (limited to 'extra/enlightenment17/quickstart.patch')
-rw-r--r--extra/enlightenment17/quickstart.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/enlightenment17/quickstart.patch b/extra/enlightenment17/quickstart.patch
new file mode 100644
index 000000000..6b7f372dc
--- /dev/null
+++ b/extra/enlightenment17/quickstart.patch
@@ -0,0 +1,13 @@
+Index: src/bin/e_main.c
+===================================================================
+--- src/bin/e_main.c (revision 78707)
++++ src/bin/e_main.c (working copy)
+@@ -101,7 +101,7 @@
+ static Eina_Bool _e_main_cb_startup_fake_end(void *data __UNUSED__);
+
+ /* local variables */
+-static Eina_Bool really_know = EINA_FALSE;
++static Eina_Bool really_know = EINA_TRUE;
+ static Eina_Bool locked = EINA_FALSE;
+ static Eina_Bool inloop = EINA_FALSE;
+ static jmp_buf x_fatal_buff;