Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/iconbar
Dir : e17/apps/iconbar/src
Modified Files:
main.c
Log Message:
Fix a problem where the transparency wasn't staying consistent with the
height/width required by the iconbar.
Bug reported by catalyst :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- main.c 12 Dec 2003 20:21:34 -0000 1.3
+++ main.c 13 Dec 2003 15:04:35 -0000 1.4
@@ -100,7 +100,10 @@
#ifdef HAVE_TRANS_BG
if((o = evas_object_name_find(ecore_evas_get(ee), "trans")))
+ {
+ evas_object_resize(o, w, h);
esmart_trans_x11_freshen(o, x, y, w, h);
+ }
#endif
evas_object_resize(iconbar, w, h);
}
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs