devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/express.git/commit/?id=92c57067c4dc31496811642a2270028904af10db

commit 92c57067c4dc31496811642a2270028904af10db
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Aug 12 15:58:50 2015 -0400

    express: Add function for returning the active url link in a grid
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/grid.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/grid.h b/src/bin/grid.h
index 2023005..f189a3c 100644
--- a/src/bin/grid.h
+++ b/src/bin/grid.h
@@ -182,6 +182,7 @@ void _grid_theme_set(Evas_Object *obj, Evas_Object *theme);
 void _grid_resize(Evas_Object *obj, int nw, int nh);
 void _grid_text_append(Evas_Object *obj, const char *txt, int len, Row_Color 
*color);
 void _grid_nicklen_set(Evas_Object *obj, int len);
+const char *_grid_link_get(Evas_Object *obj);
 
 #define GRID_CELLS(SD, X, Y) \
   SD->cells[X + (((Y + SD->circular_offset) % SD->h) * SD->w)]

-- 


Reply via email to