Mercurial > mplayer.hg
changeset 33991:58b5bca840a8
Replace comment for wsRaiseWindowTop() by doxygen comment.
author | ib |
---|---|
date | Thu, 08 Sep 2011 10:41:18 +0000 |
parents | 3a93b9227b01 |
children | 4dda3e85b298 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Thu Sep 08 10:34:17 2011 +0000 +++ b/gui/wm/ws.c Thu Sep 08 10:41:18 2011 +0000 @@ -1138,9 +1138,12 @@ XIconifyWindow(wsDisplay, win.WindowID, 0); } -// ---------------------------------------------------------------------------------------------- -// Move top the window. -// ---------------------------------------------------------------------------------------------- +/** + * @brief Map a window and raise it to the top. + * + * @param dsp display + * @param win window + */ void wsRaiseWindowTop(Display *dsp, Window win) { XMapRaised(dsp, win);