From: jihoon Date: Sat, 3 Mar 2012 12:51:20 +0000 (+0000) Subject: ecore: fix brief description of ecore_x_window_focus_get X-Git-Tag: 2.0_alpha~62^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e475a97af4fda8012e444311197615a26b3b0ce;p=framework%2Fuifw%2Fecore.git ecore: fix brief description of ecore_x_window_focus_get git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68646 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/xcb/ecore_xcb_window.c b/src/lib/ecore_x/xcb/ecore_xcb_window.c index b4a68f1..3458729 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_window.c +++ b/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/src/lib/ecore_x/xlib/ecore_x_window.c b/src/lib/ecore_x/xlib/ecore_x_window.c index e88bb92..90392bf 100644 --- a/src/lib/ecore_x/xlib/ecore_x_window.c +++ b/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 */