ecore: fix brief description of ecore_x_window_focus_get
authorJihoon Kim <imfine98@gmail.com>
Sat, 3 Mar 2012 12:51:20 +0000 (12:51 +0000)
committerJihoon Kim <imfine98@gmail.com>
Sat, 3 Mar 2012 12:51:20 +0000 (12:51 +0000)
SVN revision: 68646

legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c
legacy/ecore/src/lib/ecore_x/xlib/ecore_x_window.c

index b4a68f1..3458729 100644 (file)
@@ -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
  */
index e88bb92..90392bf 100644 (file)
@@ -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
  */