Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        tooltips.c 


Log Message:
By default blend tooltips onto root image if transparency is enabled.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/tooltips.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- tooltips.c  19 Jan 2004 22:30:34 -0000      1.54
+++ tooltips.c  17 Feb 2004 22:56:07 -0000      1.55
@@ -582,6 +582,8 @@
    IclassApply(tt->s_iclass[1], tt->s_win[1], 16, 16, 0, 0, STATE_NORMAL, 0);
    IclassApply(tt->s_iclass[2], tt->s_win[2], 24, 24, 0, 0, STATE_NORMAL, 0);
    IclassApply(tt->s_iclass[3], tt->s_win[3], 32, 32, 0, 0, STATE_NORMAL, 0);
+   if (conf.theme.transparency && tt->iclass->norm.normal->transparent == 0)
+      tt->iclass->norm.normal->transparent = 2;
    IclassApply(tt->iclass, tt->win, w, h, 0, 0, STATE_NORMAL, 0);
    EMapRaised(disp, tt->s_win[0]);
    EMapRaised(disp, tt->s_win[1]);




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to