Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ipc.c 


Log Message:
Show message when selecting "Composite Settings ..." and e16 is built without
composite support (suggested by Mike Frysinger).

===================================================================
RCS file: /cvs/e/e16/e/src/ipc.c,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -3 -r1.297 -r1.298
--- ipc.c       12 Mar 2007 03:33:51 -0000      1.297
+++ ipc.c       14 Mar 2007 03:12:32 -0000      1.298
@@ -1249,6 +1249,13 @@
        if (*p == '?')
           IpcPrintf("Number of Desks: %d\n", DesksGetNumber());
      }
+#if !USE_COMPOSITE
+   else if (!strcmp(param1, "cm"))
+     {
+       DialogOKstr(_("Message"),
+                   _("Enlightenment was built without composite support"));
+     }
+#endif
    else
      {
        ok = 0;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to