Update to EFL 1.0-beta release
[qi-bootmenu-system.git] / sources / patches / ecore-fix-build-without-X.patch
blobb882d18ef9b55f9027e0b49d7a7d93bf37ddc7df
1 From 0b5455f594112eb9b912643c0ab4c10ae990546e Mon Sep 17 00:00:00 2001
2 From: cedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
3 Date: Mon, 4 Oct 2010 09:35:06 +0000
4 Subject: [PATCH 1/2] * ecore: fix build without X.
6 git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53015 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
7 ---
8 src/lib/ecore_evas/ecore_evas_x.c | 3 +--
9 1 files changed, 1 insertions(+), 2 deletions(-)
11 diff --git a/src/lib/ecore_evas/ecore_evas_x.c b/src/lib/ecore_evas/ecore_evas_x.c
12 index 5f29678..393e6f1 100644
13 --- a/src/lib/ecore_evas/ecore_evas_x.c
14 +++ b/src/lib/ecore_evas/ecore_evas_x.c
15 @@ -4468,7 +4468,6 @@ ecore_evas_x11_leader_default_set(Ecore_Evas *ee)
16 #else
17 return;
18 ee = NULL;
19 - win = 0;
20 -#endif
21 +#endif
24 --
25 1.6.5