Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ecompmgr.c Log Message: Avoid disabling composite manager entirely when composite extension is available. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecompmgr.c 2 Feb 2005 17:11:51 -0000 1.7 +++ ecompmgr.c 6 Feb 2005 11:50:19 -0000 1.8 @@ -2069,6 +2069,9 @@ Mode_compmgr.have_name_pixmap = (major > 0 || minor >= 2); #endif + if (Conf_compmgr.mode == ECM_MODE_OFF) + Conf_compmgr.mode = ECM_MODE_ROOT; + if (Mode_compmgr.args) { switch (Mode_compmgr.args[0]) ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs