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

ib subversion at mplayerhq.hu
Fri Apr 5 14:43:11 CEST 2013


Author: ib
Date: Fri Apr  5 14:43:11 2013
New Revision: 36166

Log:
Make comment a doxygen comment.

Additionally, remove commented code.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Fri Apr  5 14:41:49 2013	(r36165)
+++ trunk/gui/wm/ws.c	Fri Apr  5 14:43:11 2013	(r36166)
@@ -605,13 +605,15 @@ buttonreleased:
     XSync(wsDisplay, False);
 }
 
+/**
+ * @brief Process all pending events.
+ */
 void wsEvents(void)
 {
     XEvent xev;
-    /* handle pending events */
+
     while (XPending(wsDisplay)) {
         XNextEvent(wsDisplay, &xev);
-//   printf("### X event: %d  [%d]\n",xev.type,delay);
         wsEvent(&xev);
     }
 }


More information about the MPlayer-cvslog mailing list