why do a round trip for local info like.. root window # 0...

SVN revision: 46460
This commit is contained in:
Carsten Haitzler 2010-02-25 12:26:25 +00:00
parent b0045cb9b7
commit 02d8dc445f
1 changed files with 3 additions and 0 deletions

View File

@ -1023,6 +1023,8 @@ ecore_x_window_root_list(int *num_ret)
EAPI Ecore_X_Window
ecore_x_window_root_first_get(void)
{
return RootWindow(_ecore_x_disp, 1);
/*
int num;
Ecore_X_Window root, *roots = NULL;
@ -1037,6 +1039,7 @@ ecore_x_window_root_first_get(void)
free(roots);
return root;
*/
}