Enlightenment CVS committal
Author : dresb
Project : e17
Module : docs
Dir : e17/docs/devwithedje/src
Modified Files:
api_basics.c
Log Message:
fixed several errors and began a new chapter.
===================================================================
RCS file: /cvs/e/e17/docs/devwithedje/src/api_basics.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- api_basics.c 17 Jan 2008 00:07:49 -0000 1.2
+++ api_basics.c 20 Jan 2008 14:23:53 -0000 1.3
@@ -34,8 +34,10 @@
Evas_Coord x,y;
evas_pointer_canvas_xy_get(evas,&x,&y);
if(x > 255) x = 255;
- if(y > 255) y = 255;
- edje_color_class_set("main color", 190, x, y, 255, 255, 255, 255, 255,
255, 255, 255, 255);
+ if(y > 255) y = 255; //R, G, B, A,
+ edje_color_class_set("main color", 190, x, y, 255,
+ 255, 255, 255, 255,
+ 255, 255, 255, 255);
}
int main() {
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs