Use the conf value for click_region
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 20 May 2015 08:25:03 +0000 (17:25 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 20 May 2015 08:25:03 +0000 (17:25 +0900)
Change-Id: If5aea7f874ccbdd7db1a5954899f1438558fedb4

widget_viewer_evas/src/widget_viewer_evas.c

index 0cac9fe..e5a54c6 100644 (file)
@@ -134,7 +134,7 @@ int errno;
  * \note
  * Detect click event if the pointer does moved in this region (x , y < 5 pixels)
  */
-#define CLICK_REGION 22
+#define CLICK_REGION WIDGET_CONF_CLICK_REGION
 
 static struct {
        Evas_Smart_Class sc;