# HG changeset patch # User ib # Date 1315299076 0 # Node ID bca5fbd1d73c60553512d10a33ed01fcd05d71c1 # Parent beffeadc678e09b00fafd26e1132e251f5984298 Add a doxygen comment to ws.c. diff -r beffeadc678e -r bca5fbd1d73c gui/wm/ws.c --- 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;