Modify to compare angle that comming from client by rotation done message with BORDER... 2.1b_release accepted/tizen_2.1/20130426.150213 submit/tizen_2.1/20130426.145127
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 26 Apr 2013 10:19:18 +0000 (19:19 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Fri, 26 Apr 2013 10:35:42 +0000 (19:35 +0900)
Change-Id: Ic1b687caa93d842810bb013fd7eb65104bfed65c

src/bin/e_border.c

index b77269c..c94f0c8 100644 (file)
@@ -6774,7 +6774,7 @@ _e_border_cb_client_message(void *data  __UNUSED__,
 
         if (e_config->wm_win_rotation)
           {
-             if ((int)e->data.l[1] == bd->zone->rot.curr)
+             if ((int)e->data.l[1] == bd->client.e.state.rot.curr)
                _e_border_rotation_list_remove(bd);
           }
      }