oops! screen 0 not 1!
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Mar 2010 08:06:37 +0000 (08:06 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Mar 2010 08:06:37 +0000 (08:06 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@46779 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x.c

index 842b45c..547b7ba 100644 (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;