From 543c463066c243c673b0a0beb7e4e01466e6f860 Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 2 Mar 2010 08:06:37 +0000 Subject: [PATCH] oops! screen 0 not 1! 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_x/xlib/ecore_x.c b/src/lib/ecore_x/xlib/ecore_x.c index 842b45c..547b7ba 100644 --- a/src/lib/ecore_x/xlib/ecore_x.c +++ b/src/lib/ecore_x/xlib/ecore_x.c @@ -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; -- 2.7.4