region: Change the type of gesture to LINE. 29/70229/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 19 May 2016 02:02:45 +0000 (11:02 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 19 May 2016 02:02:45 +0000 (11:02 +0900)
this is to temporary fix the issue that couldn't touch the top edge of window.

Change-Id: I2abf3c1dd4f92e53e4c922c3f1ff7fad93dbfbdb

src/services/e_mod_region.c

index 989d090..7931b8d 100644 (file)
@@ -161,7 +161,7 @@ e_mod_region_cb_set(Evas_Object *ro, Pol_Gesture_Start_Cb cb_start, Pol_Gesture_
    INF("Set Callback function");
    if (!region->gesture)
      {
-        gesture = e_mod_gesture_add(ro, POL_GESTURE_TYPE_NONE);
+        gesture = e_mod_gesture_add(ro, POL_GESTURE_TYPE_LINE);
         if (!gesture)
           return EINA_FALSE;