d'oh, root is a global variable

SVN revision: 12689
This commit is contained in:
tsauerbeck 2005-01-02 17:23:49 +00:00 committed by tsauerbeck
parent 6b2d951ecd
commit cfead8a122
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ e_hints_client_stacking_set(void)
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)