Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_hints.c 


Log Message:
d'oh, root is a global variable
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_hints.c   30 Dec 2004 09:11:29 -0000      1.2
+++ e_hints.c   2 Jan 2005 17:23:49 -0000       1.3
@@ -90,7 +90,7 @@
    E_Manager *m;
    E_Container *c;
    E_Border *b;
-   Ecore_X_Window root, *clients = NULL;
+   Ecore_X_Window *clients = NULL;
 
    /* Get client count */
    for (mlist = e_manager_list(); mlist; mlist = mlist->next)




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to