From 9694ac7298b56ba7fd458f10a0b5cc656240c17b Mon Sep 17 00:00:00 2001 From: devilhorns Date: Fri, 10 Feb 2012 10:36:21 +0000 Subject: [PATCH] Ecore_Evas (wayland): Disable logfn's (again) :( Remove extra parens. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67819 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/ecore_evas_wayland_egl.c | 2 +- src/lib/ecore_evas/ecore_evas_wayland_shm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_evas/ecore_evas_wayland_egl.c b/src/lib/ecore_evas/ecore_evas_wayland_egl.c index 36f437a..6a032eb 100644 --- a/src/lib/ecore_evas/ecore_evas_wayland_egl.c +++ b/src/lib/ecore_evas/ecore_evas_wayland_egl.c @@ -2,7 +2,7 @@ # include #endif -#define LOGFNS 1 +//#define LOGFNS 1 #ifdef LOGFNS # include diff --git a/src/lib/ecore_evas/ecore_evas_wayland_shm.c b/src/lib/ecore_evas/ecore_evas_wayland_shm.c index 8877942..8ad1809 100644 --- a/src/lib/ecore_evas/ecore_evas_wayland_shm.c +++ b/src/lib/ecore_evas/ecore_evas_wayland_shm.c @@ -177,7 +177,7 @@ ecore_evas_wayland_shm_new(const char *disp_name, int x, int y, int w, int h, in return NULL; } - if (!(ecore_wl_init(disp_name))) + if (!ecore_wl_init(disp_name)) { ERR("Failed to initialize Ecore Wayland."); return NULL; -- 2.7.4