[elm] Just cosmetical, but since it's here on my
authorGustavo Lima Chaves <glima@profusion.mobi>
Fri, 8 Jun 2012 21:05:51 +0000 (21:05 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Fri, 8 Jun 2012 21:05:51 +0000 (21:05 +0000)
 changes...

SVN revision: 71869

src/lib/elm_main.c

index ca45f60..edf3604 100644 (file)
@@ -1323,15 +1323,15 @@ elm_object_tree_dot_dump(const Evas_Object *top,
 }
 
 EAPI void
-elm_coords_finger_size_adjust(int         times_w,
+elm_coords_finger_size_adjust(int times_w,
                               Evas_Coord *w,
-                              int         times_h,
+                              int times_h,
                               Evas_Coord *h)
 {
-   if ((w) && (*w < (_elm_config->finger_size * times_w)))
-     *w = _elm_config->finger_size * times_w;
-   if ((h) && (*h < (_elm_config->finger_size * times_h)))
-     *h = _elm_config->finger_size * times_h;
+   if ((w) && (*w < (elm_config_finger_size_get() * times_w)))
+     *w = elm_config_finger_size_get() * times_w;
+   if ((h) && (*h < (elm_config_finger_size_get() * times_h)))
+     *h = elm_config_finger_size_get() * times_h;
 }
 
 EAPI Evas_Object *