On Wednesday 11 January 2006 11:34, Morten Nilsen wrote:
> this patch changes elicit to take advantage of the new, improved, argb
> functions in ecore_config
>
> Cheers,
void
elicit_config_color_set(int r, int g, int b)
{
- ecore_config_int_set("/color/r", r);
- ecore_config_int_set("/color/g", g);
- ecore_config_int_set("/color/b", b);
+ ecore_conofig_argb_set("/color", 255, r, g, b);
}
"conofig"? You should probably test before sending patches ;-)
I'll test/apply tonight (hopefully).
--
rephorm
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel