From da92611da1678de4e5ee826b69701f3ee612d9d9 Mon Sep 17 00:00:00 2001 From: Shawn Lee Date: Wed, 24 Jul 2013 19:49:11 +0900 Subject: [PATCH] the window has type of "E_BORDER_ROTATION_TYPE_DEPENDENT" will be excluded in eval0's rotation check logic. Becuase that will be check by illume. Change-Id: I935bb2101c5f156fe0ddbb0e97e99482c9ed5c97 --- src/bin/e_border.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 638a57f..915b1a8 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -10322,7 +10322,8 @@ _e_border_eval0(E_Border *bd) #ifdef _F_ZONE_WINDOW_ROTATION_ if (e_config->wm_win_rotation) { - if (need_rotation_set) + if ((need_rotation_set) && + (bd->client.e.state.rot.type == E_BORDER_ROTATION_TYPE_NORMAL)) { Eina_Bool hint = EINA_FALSE; int ang = 0; -- 2.7.4