From: raster Date: Tue, 2 Mar 2010 08:06:37 +0000 (+0000) Subject: oops! screen 0 not 1! X-Git-Tag: build/2012-07-04.173327~2137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=736c41179c196d3920e67d08cf7c7221faab4f24;p=profile%2Fivi%2Fecore.git oops! screen 0 not 1! git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46779 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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;