[MPlayer-cvslog] r34063 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Tue Sep 6 10:51:17 CEST 2011
Author: ib
Date: Tue Sep 6 10:51:16 2011
New Revision: 34063
Log:
Add a doxygen comment to ws.c.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Mon Sep 5 23:55:40 2011 (r34062)
+++ trunk/gui/wm/ws.c Tue Sep 6 10:51:16 2011 (r34063)
@@ -1535,6 +1535,16 @@ void wsSetShape(wsTWindow *win, char *da
#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;
More information about the MPlayer-cvslog
mailing list