Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        dialog.c menus.c 


Log Message:
Redraw Dialogs and Menus after move if theme is transparent.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/dialog.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- dialog.c    19 Jan 2004 22:30:29 -0000      1.75
+++ dialog.c    16 Feb 2004 23:14:00 -0000      1.76
@@ -568,7 +568,7 @@
 void
 DialogMove(Dialog * d)
 {
-   if (IclassIsTransparent(d->iclass))
+   if (conf.theme.transparency || IclassIsTransparent(d->iclass))
       DialogRedraw(d);
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/menus.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -3 -r1.101 -r1.102
--- menus.c     13 Feb 2004 18:36:51 -0000      1.101
+++ menus.c     16 Feb 2004 23:14:01 -0000      1.102
@@ -554,7 +554,7 @@
 void
 MenuMove(Menu * m)
 {
-   if (IclassIsTransparent(m->style->bg_iclass))
+   if (conf.theme.transparency || IclassIsTransparent(m->style->bg_iclass))
       MenuRealize(m);
 }
 




-------------------------------------------------------
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