Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_window.c 


Log Message:
Let people know when we can't find an engine to display the windows.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_window.c        10 Jun 2005 04:18:43 -0000      1.7
+++ ewl_window.c        17 Jun 2005 14:49:31 -0000      1.8
@@ -558,6 +558,10 @@
        else
 #endif
        {
+               fprintf(stderr, "No render engine found!!\n"
+                               "Please check your configuration if you "
+                               "or the config.log from your build to verify "
+                               "that some Evas headers were detected.\n");
                ewl_evas_destroy(evas);
                DRETURN(DLEVEL_STABLE);
        }




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to