Enlightenment CVS committal
Author : sebastid
Project : e17
Module : apps/elicit
Dir : e17/apps/elicit/src
Modified Files:
callbacks.c elicit.c shots.c swatches.c themes.c util.c
Log Message:
Add headers.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/callbacks.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- callbacks.c 8 Mar 2005 05:02:13 -0000 1.18
+++ callbacks.c 5 Sep 2005 12:15:21 -0000 1.19
@@ -1,6 +1,8 @@
#include "Elicit.h"
#include "callbacks.h"
+#include <string.h>
+
static int elicit_timer_color(void *data);
void
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/elicit.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- elicit.c 8 Mar 2005 05:02:13 -0000 1.22
+++ elicit.c 5 Sep 2005 12:15:21 -0000 1.23
@@ -1,6 +1,8 @@
#include "Elicit.h"
#include "math.h"
+#include <string.h>
+
/* functions */
int setup(int argc, char **argv, Elicit *el);
void pick_color();
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/shots.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- shots.c 26 Dec 2004 22:12:51 -0000 1.9
+++ shots.c 5 Sep 2005 12:15:21 -0000 1.10
@@ -1,5 +1,7 @@
#include "Elicit.h"
+#include <string.h>
+
void _elicit_shots_update_scroll_bar(Elicit *el);
int
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/swatches.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- swatches.c 8 Mar 2005 02:54:25 -0000 1.10
+++ swatches.c 5 Sep 2005 12:15:21 -0000 1.11
@@ -1,5 +1,7 @@
#include "Elicit.h"
+#include <string.h>
+
void _elicit_swatches_update_scroll_bar(Elicit *el);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/themes.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- themes.c 22 Mar 2005 19:46:53 -0000 1.5
+++ themes.c 5 Sep 2005 12:15:21 -0000 1.6
@@ -1,5 +1,8 @@
#include "Elicit.h"
+#include <string.h>
+#include <dirent.h>
+
void _elicit_themes_update_scroll_bar(Elicit *el);
int
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/util.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- util.c 22 Mar 2005 19:46:53 -0000 1.8
+++ util.c 5 Sep 2005 12:15:21 -0000 1.9
@@ -3,6 +3,8 @@
#include "Elicit.h"
#include "util.h"
+#include <string.h>
+
void elicit_color_rgb_to_hsv(int rr, int gg, int bb, double *hh, double *ss,
double *vv);
void elicit_color_hsv_to_rgb(double hh, double ss, double vv, int *rr, int
*gg, int *bb);
char * elicit_color_rgb_to_hex(int rr, int gg, int bb);
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs