jaehwan pushed a commit to branch master.

commit c8d49caf1c6f8add8c7ca8b6cf42b1a928af2ab0
Author: Jaehwan Kim <[email protected]>
Date:   Wed Apr 10 13:36:04 2013 +0900

    Change the location of proto type.
---
 src/lib/elm_interface_scrollable.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/elm_interface_scrollable.c 
b/src/lib/elm_interface_scrollable.c
index 40b3c43..6698526 100644
--- a/src/lib/elm_interface_scrollable.c
+++ b/src/lib/elm_interface_scrollable.c
@@ -33,11 +33,6 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
 };
 
 static void _elm_pan_content_set(Evas_Object *, Evas_Object *);
-static Eina_Bool _paging_is_enabled(Elm_Scrollable_Smart_Interface_Data *sid);
-static Evas_Coord _elm_scroll_page_x_get
-(Elm_Scrollable_Smart_Interface_Data *sid, int offset, Eina_Bool limit);
-static Evas_Coord _elm_scroll_page_y_get
-(Elm_Scrollable_Smart_Interface_Data *sid, int offset, Eina_Bool limit);
 
 static void
 _elm_pan_update(Elm_Pan_Smart_Data *psd)
@@ -400,6 +395,11 @@ EAPI Eo_Op ELM_SCROLLABLE_INTERFACE_BASE_ID = EO_NOOP;
 static void _elm_scroll_scroll_bar_size_adjust(
   Elm_Scrollable_Smart_Interface_Data *);
 static void _elm_scroll_wanted_region_set(Evas_Object *);
+static Eina_Bool _paging_is_enabled(Elm_Scrollable_Smart_Interface_Data *sid);
+static Evas_Coord _elm_scroll_page_x_get(
+   Elm_Scrollable_Smart_Interface_Data *sid, int offset, Eina_Bool limit);
+static Evas_Coord _elm_scroll_page_y_get(
+   Elm_Scrollable_Smart_Interface_Data *sid, int offset, Eina_Bool limit);
 
 #define LEFT               0
 #define RIGHT              1

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to