From d010e69fe13d993db8d33b977758135e4aabad57 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sat, 3 Mar 2012 12:51:20 +0000 Subject: [PATCH] ecore: fix brief description of ecore_x_window_focus_get SVN revision: 68646 --- legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c | 2 +- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c index b4a68f18e3..3458729e55 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c @@ -1119,7 +1119,7 @@ ecore_x_window_save_set_del(Ecore_X_Window win) } /** - * gets the focus to the window @p win. + * gets the window that has focus. * @return The window that has focus. * @ingroup Ecore_X_Window_Focus_Functions */ diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window.c index e88bb9295f..90392bfeb1 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window.c @@ -597,7 +597,7 @@ ecore_x_window_focus_at_time(Ecore_X_Window win, } /** - * gets the focus to the window @p win. + * gets the window that has focus. * @return The window that has focus. * @ingroup Ecore_X_Window_Focus_Functions */