warn--
authorCarsten Haitzler <raster@rasterman.com>
Wed, 7 Mar 2012 08:13:06 +0000 (08:13 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 7 Mar 2012 08:13:06 +0000 (08:13 +0000)
SVN revision: 68892

src/lib/elm_gesture_layer.c
src/lib/elm_spinner.c
src/lib/elm_spinner.h

index cd0798a..cc696e8 100644 (file)
@@ -1570,13 +1570,14 @@ _n_long_tap_test(Evas_Object *obj, Pointer_Event *pe,
  * @ingroup Elm_Gesture_Layer
  */
 static void
-_set_momentum(Elm_Gesture_Momentum_Info *momentum, Evas_Coord x1, Evas_Coord y1,
-      Evas_Coord x2, Evas_Coord y2, unsigned int t1x, unsigned int t1y,
-      unsigned int t2)
+_set_momentum(Elm_Gesture_Momentum_Info *momentum, 
+              Evas_Coord xx1, Evas_Coord yy1,
+              Evas_Coord xx2, Evas_Coord yy2, 
+              unsigned int t1x, unsigned int t1y, unsigned int t2)
 {
    Evas_Coord velx = 0, vely = 0, vel;
-   Evas_Coord dx = x2 - x1;
-   Evas_Coord dy = y2 - y1;
+   Evas_Coord dx = xx2 - xx1;
+   Evas_Coord dy = yy2 - yy1;
    int dtx = t2 - t1x;
    int dty = t2 - t1y;
    if (dtx > 0)
index 6ea83f6..43fd4a3 100644 (file)
@@ -804,12 +804,12 @@ elm_spinner_base_get(const Evas_Object *obj)
 }
 
 EAPI void
-elm_spinner_round_set(Evas_Object *obj, int round)
+elm_spinner_round_set(Evas_Object *obj, int rnd)
 {
    ELM_CHECK_WIDTYPE(obj, widtype);
    Widget_Data *wd = elm_widget_data_get(obj);
    if (!wd) return;
-   wd->round = round;
+   wd->round = rnd;
 }
 
 EAPI int
index 688f5df..bc712d6 100644 (file)
@@ -404,7 +404,7 @@ EAPI double elm_spinner_base_get(const Evas_Object *obj);
  *
  * @ingroup Spinner
  */
-EAPI void elm_spinner_round_set(Evas_Object *obj, int round);
+EAPI void elm_spinner_round_set(Evas_Object *obj, int rnd);
 
 /**
  * Get the round value for rounding