oops! screen 0 not 1!

SVN revision: 46779
This commit is contained in:
Carsten Haitzler 2010-03-02 08:06:37 +00:00
parent a94701bfce
commit e5d2bea7ec
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ 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);
return RootWindow(_ecore_x_disp, 0);
/*
int num;
Ecore_X_Window root, *roots = NULL;