the window has type of "E_BORDER_ROTATION_TYPE_DEPENDENT" will be excluded in eval0... 39/9739/1
authorShawn Lee <shiin.lee@samsung.com>
Wed, 24 Jul 2013 10:49:11 +0000 (19:49 +0900)
committerShawn Lee <shiin.lee@samsung.com>
Mon, 29 Jul 2013 00:17:48 +0000 (09:17 +0900)
Change-Id: I935bb2101c5f156fe0ddbb0e97e99482c9ed5c97

src/bin/e_border.c

index 638a57f..915b1a8 100644 (file)
@@ -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;