Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_container/layout/entice Modified Files: entice.c Log Message: static-ify =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_container/layout/entice/entice.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- entice.c 8 Jan 2005 15:08:01 -0000 1.3 +++ entice.c 18 May 2005 20:44:43 -0000 1.4 @@ -7,7 +7,7 @@ static int _entice_current = 0; static int _entice_scroll_timer (void *data); -void +static void _entice_layout (Container * cont) { Container_Element *el; @@ -214,7 +214,7 @@ } } -void +static void _entice_scroll_start (Container * cont, double velocity) { cont->scroll.velocity = velocity; @@ -223,7 +223,7 @@ cont->scroll.timer = ecore_timer_add (.02, _entice_scroll_timer, cont); } -void +static void _entice_scroll_stop (Container * cont) { /* FIXME: decelerate on stop? */ @@ -234,7 +234,7 @@ } } -void +static void _entice_scroll_to (Container * cont, Container_Element * el) { if (cont && el) @@ -253,7 +253,7 @@ } } -void +static void _entice_shutdown () { } @@ -270,7 +270,7 @@ return 1; } -int +static int _entice_scroll_timer (void *data) { Container *cont = data; ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs