diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x.c index 30b5ea3a74..842b45c1b7 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x.c @@ -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; + */ }