From b5f1ec792fbe5c2a5dbd0addb3a6eade81455b6d Mon Sep 17 00:00:00 2001 From: MinJeong Kim Date: Fri, 3 Apr 2015 10:06:02 +0900 Subject: [PATCH] Fix wrong macro Change-Id: I22a90923c49a326fd730b542d203f38b9cc720bb --- src/e_mod_rotation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_rotation.c b/src/e_mod_rotation.c index f988bd3..4646805 100644 --- a/src/e_mod_rotation.c +++ b/src/e_mod_rotation.c @@ -2073,7 +2073,7 @@ _rot_cb_window_message_intern(Ecore_X_Event_Client_Message *ev) static Eina_Bool _rot_hook_eval_fetch_intern(E_Client *ec) { -#if HAVE_X +#ifndef HAVE_WAYLAND_ONLY #if 0 //TODO: add vkbd fetch_transient_for flag /* workaround: since transient_for is fetched by illume in hook, -- 2.7.4