Enlightenment CVS committal
Author : rephorm
Project : e17
Module : apps/iconbar
Dir : e17/apps/iconbar/src
Modified Files:
main.c
Log Message:
don't show the trans bg if the window is shaped
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/src/main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- main.c 20 Jan 2004 01:05:42 -0000 1.15
+++ main.c 20 Jan 2004 03:35:18 -0000 1.16
@@ -68,7 +68,8 @@
evas_object_name_set(o, "trans");
esmart_trans_x11_freshen(o, x, y, w, h);
- evas_object_show(o);
+ if (!iconbar_config_shaped_get())
+ evas_object_show(o);
}
#endif
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs