[WM_ROT] Fixed floating mode window rotation bug that window doesn't send ROTATION_DO... 13/9713/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 4 Jun 2013 11:50:24 +0000 (20:50 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Wed, 5 Jun 2013 07:17:45 +0000 (16:17 +0900)
Change-Id: I7475003baea4ef36ec9d0a7a09eaebe53b6f4ec8

src/bin/e_border.c

index 9654569..061561e 100644 (file)
@@ -8531,9 +8531,9 @@ e_border_rotation_list_add(Eina_List *list)
 
         info->bd = bd;
         info->ang = bd->client.e.state.rot.curr;
+        info->win_resize = _e_border_rotation_pre_resize(bd);
         info->x = bd->x; info->y = bd->y;
         info->w = bd->w; info->h = bd->h;
-        info->win_resize = _e_border_rotation_pre_resize(bd);
         if (info->win_resize) bd->client.e.state.rot.pending_change_request = 1;
         rot.list = eina_list_append(rot.list, info);
      }