Mercurial > mplayer.hg
changeset 33975:bca5fbd1d73c
Add a doxygen comment to ws.c.
author | ib |
---|---|
date | Tue, 06 Sep 2011 08:51:16 +0000 |
parents | beffeadc678e |
children | b2d3a97cab66 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Mon Sep 05 21:55:40 2011 +0000 +++ b/gui/wm/ws.c Tue Sep 06 08:51:16 2011 +0000 @@ -1535,6 +1535,16 @@ #endif } +/** + * @brief Set differently sized icons to a @a window. + * + * This function sets the X icon hint as well as + * the properties KWM_WIN_ICON and _NET_WM_ICON. + * + * @param dsp display + * @param win window + * @param icon pointer to the icons + */ void wsSetIcon(Display *dsp, Window win, guiIcon_t *icon) { XWMHints *wm;