[MPlayer-cvslog] r34079 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Thu Sep 8 12:41:19 CEST 2011


Author: ib
Date: Thu Sep  8 12:41:18 2011
New Revision: 34079

Log:
Replace comment for wsRaiseWindowTop() by doxygen comment.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Thu Sep  8 12:34:17 2011	(r34078)
+++ trunk/gui/wm/ws.c	Thu Sep  8 12:41:18 2011	(r34079)
@@ -1138,9 +1138,12 @@ void wsIconify(wsTWindow win)
     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);


More information about the MPlayer-cvslog mailing list