elm_win: remove the code to deal with aux_hint in pending rotation 42/123042/1
authorJiyoun Park <jy0703.park@samsung.com>
Mon, 13 Feb 2017 04:12:54 +0000 (13:12 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 4 Apr 2017 08:16:38 +0000 (17:16 +0900)
we will remove the code to deal with aux_hint because we temporarily use this hint
and not consider wm's reply

Change-Id: I80290b73b9f051d4901bb35b11d3296387cad495

src/lib/elm_win.c

index 3afd957..0fe37b8 100644 (file)
@@ -4942,8 +4942,8 @@ _elm_win_wm_pending_rotation_set(Evas_Object *obj, const char *hint, const char
 
    if (id == -1)
      {
-        ERR("PendingRotation: elm_win pending_rotation_set failed");
-        return id;
+        ERR("PendingRotation: elm_win pending_rotation_set aux id failed");
+        //return id;
      }
    sd->wm_rot.rotation_pending = EINA_TRUE;
    DBG("PendingRotation: elm_win rotation_pending_set sucess");